5 #include <libutl/Hashtable.h> 6 #include <libutl/RBtree.h> 45 void addIsolatedTag(
const String& name,
const String& markup);
58 setIndentSize(
uint_t indentSize)
60 _indentSize = indentSize;
74 bbcode_context_t findContext(
utl::Deque& list)
const;
75 bool isIsolatedTag(
const String& name)
const;
String toString(const FwdIt &begin, const FwdIt &end, const String &sep, bool key=false)
Obtain a string representation of a sequence (via Object::toString()).
void deInit()
De-initialize UTL++.
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
unsigned int uint_t
Unsigned integer.
Chained hashing collection.
A sequence of objects permitting efficient insertion and removal at either end.
Root of UTL++ class hierarchy.
void init()
Initialize UTL++.