Logo

Contents

  • Getting Started with CCL
  • CMake Guide
  • CCL Cross-platform Framework
  • CCL Skin Definition Language
  • Core Library
    • Introduction
    • Building the Core Library
    • Tutorials
    • API Reference
      • Core
        • Collections
        • Core-GUI
        • Core-Plug-ins
        • Core-Portable
        • Core-Threads
        • Core-Time
        • Formatter
        • Interpolators
        • Strings
        • namespace Core::Args
        • namespace Core::Sockets::SocketTypes::SocketOption
        • template struct Core::Deleter
        • struct Core::Sockets::SocketTypes::IPAddress
        • struct Core::IO::IStreamStorable
        • template struct Core::ScopedFlag
        • template struct Core::ScopedVar
        • struct Core::Sockets::SocketTypes::SocketAddress
        • struct Core::UIDBytes
        • template struct Core::VectorDeleter
        • class Core::Date
        • class Core::DateTime
        • template class Core::MemoryPool
        • class Core::IO::MemoryStream
        • template class Core::ObserverList
        • template class Core::PooledObject
        • class Core::IO::Stream
        • class Core::Time
      • Deprecated List
      • Global Namespace
  • Core Skin Reference
  • Extension Developer Documentation
CCL Cross-platform Framework Documentation
  • Core Library
  • API Reference
  • Core
  • 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.