struct CCL::Text::URL

Link to URL.

#include <itextbuilder.h>

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

    String url;

    // construction

    URL (StringRef url, StringRef content, bool encode = true);
};

Inherited Members

public:
    // fields

    int chunkType;
    String content;
    tbool encode;