Namespace containing a vector of strings that can be used to to store global output modifiers. This is global data and you use it at your own risk! More...
Functions | |
std::string | string (const unsigned &i) |
Return the i-th string or "" if the relevant string hasn't been defined. | |
Variables | |
std::vector< std::string > | String |
Storage for strings that may be used for global annotations. This is global data and you use it at your own risk! | |
Namespace containing a vector of strings that can be used to to store global output modifiers. This is global data and you use it at your own risk!
Return the i-th string or "" if the relevant string hasn't been defined.
Definition at line 293 of file oomph_definitions.cc.
std::vector< std::string > oomph::Global_string_for_annotation::String |
Storage for strings that may be used for global annotations. This is global data and you use it at your own risk!
Definition at line 307 of file oomph_definitions.cc.
Referenced by string().