BIscan | Namespace BIscan defines a variety of fast text scanning classes and functions which eliminate the overhead found using iostreams when scanning simple text buffers for builtin types. Basically, using class BIscan::Stream is like using sscanf -- and is 3X faster for integers because of inlining. For example: |
CursesInterface | |
cxxtls | The namespace that encapsulates most of the functionality in the CXX toolkit |
cxxtls::anonymous_namespace{treeviewer.cxx} | |
cxxtls::CppTagDB | |
cxxtls::CursesInterface | A namespace that wraps the many functions that interact with the curses terminal used by the program |
cxxtls::fmtdalgo | Fmtdalgo defines symbols used by the fmtd interface. It is only needed because you can't specialize a template in a class body -- DOH! STUPID C++ |
cxxtls::foreach_helpers | |
cxxtls::muSED | The namespace that contains the micro-SED interpreter definitions |
cxxtls::viewport | |
fmtio | A namespace encapsulating text formatting functions using control strings like those found in printf and doing it 3 times faster than boost's format class |
fmtio::printableType | Namespace holding expression classifier types and methods |
IGNORE_THIS_FREAKING_NAMESPACE_DARNIT | |
TextEditor |