struct CCL::Text::CodeBlock
Code block.
#include <itextbuilder.h> struct CodeBlock: public CCL::Text::Fragment { // construction CodeBlock (StringRef content, bool encode = true); };
Inherited Members
public: // fields TextNodeType nodeType; String content; tbool encode; Variant argument;