Functions | Variables
oomph::Global_string_for_annotation Namespace Reference

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!
 

Detailed Description

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!

Function Documentation

◆ string()

std::string oomph::Global_string_for_annotation::string ( const unsigned i)

Return the i-th string or "" if the relevant string hasn't been defined.

Definition at line 293 of file oomph_definitions.cc.

References i, and String.

Variable Documentation

◆ String

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().