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-Text
  • namespace CCL::Text
  • struct CCL::Text::Link

struct CCL::Text::Link

Link to local anchor.

#include <itextbuilder.h>

struct Link: public CCL::Text::Chunk
{
    // fields

    String anchorName;

    // construction

    Link (StringRef anchorName, StringRef content, bool encode = true);
};

Inherited Members

public:
    // fields

    int chunkType;
    String content;
    tbool encode;
Previous Next

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