#include <opentrep/basic/Utilities.hpp>
Protected Member Functions | |
virtual char | do_thousands_sep () const |
virtual std::string | do_grouping () const |
Class implementing the separators for display of integers (rather than relying on the locale). See command/IndexBuilder::buildSearchIndex() for an example.
Definition at line 101 of file Utilities.hpp.
|
inlineprotectedvirtual |
Separator character for the thousands
Definition at line 106 of file Utilities.hpp.
|
inlineprotectedvirtual |
Group numbers together
Definition at line 113 of file Utilities.hpp.