Logo

Contents

  • Getting Started with CCL
  • CMake Guide
  • CCL Cross-platform Framework
    • Introduction
    • Building CCL
    • CCL How-tos
    • Tutorials
    • CCL in Detail
    • CCL Tools
    • CCL Command-line Tools
    • API Reference
      • CCL
        • CCL-App
        • CCL-Base
        • CCL-GUI
        • CCL-System
        • CCL-Text
      • Core
      • Global Namespace
  • CCL Skin Definition Language
  • Core Library
  • Core Skin Reference
  • Extension Developer Documentation
CCL Cross-platform Framework Documentation
  • CCL Cross-platform Framework
  • API Reference
  • CCL
  • CCL-Base
  • Collections
  • template class Core::ListLink

template class Core::ListLink

Overview

A list link element. More…

#include <corelinkedlist.h>

template <class T>
class ListLink
{
public:
    // construction

    ListLink (const T& data);

    // methods

    const T& getData () const;
};

Detailed Documentation

A list link element.

<>

Methods

const T& getData () const

Get data in element.

Previous Next

© Copyright 2026, CCL Software Licensing GmbH. Last updated on Jan 13, 2026.