format_element_t Class Reference |
Public Member Functions | |
format_element_t (name_t tag=name_t(), const std::string &ident=std::string()) | |
format_element_t (name_t tag, const any_regular_t &value) | |
name_t | tag () const |
const any_regular_t & | value () const |
Public Attributes | |
std::string | ident_m |
std::size_t | num_out_m |
Detailed Description
Definition at line 60 of file iomanip.hpp.
Constructor & Destructor Documentation
format_element_t | ( | name_t | tag = name_t() , |
const std::string & | ident = std::string() |
||
) | [explicit] |
Definition at line 63 of file iomanip.hpp.
format_element_t | ( | name_t | tag, |
const any_regular_t & | value | ||
) |
Definition at line 71 of file iomanip.hpp.
Member Function Documentation
name_t tag | ( | ) | const |
Definition at line 77 of file iomanip.hpp.
const any_regular_t& value | ( | ) | const |
Definition at line 80 of file iomanip.hpp.
Member Data Documentation
std::string ident_m |
Definition at line 88 of file iomanip.hpp.
std::size_t num_out_m |
Definition at line 89 of file iomanip.hpp.