#include <format_wrap.hpp>
Public Member Functions | |
format (const char *in_fmt) | |
format (const std::string &in_fmt) | |
Public Attributes | |
const std::string | A |
Private Member Functions | |
format () |
Definition at line 64 of file format_wrap.hpp.
arma_boost::format::format | ( | const char * | in_fmt | ) | [inline] |
Definition at line 68 of file format_wrap.hpp.
00069 : A(in_fmt) 00070 { 00071 }
arma_boost::format::format | ( | const std::string & | in_fmt | ) | [inline] |
Definition at line 73 of file format_wrap.hpp.
00074 : A(in_fmt) 00075 { 00076 }
arma_boost::format::format | ( | ) | [private] |
const std::string arma_boost::format::A |
Definition at line 79 of file format_wrap.hpp.
Referenced by arma_boost::str().