#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 63 of file format_wrap.hpp.
arma_boost::format::format | ( | const char * | in_fmt | ) | [inline] |
Definition at line 67 of file format_wrap.hpp.
00068 : A(in_fmt) 00069 { 00070 }
arma_boost::format::format | ( | const std::string & | in_fmt | ) | [inline] |
Definition at line 72 of file format_wrap.hpp.
00073 : A(in_fmt) 00074 { 00075 }
arma_boost::format::format | ( | ) | [private] |
const std::string arma_boost::format::A |
Definition at line 78 of file format_wrap.hpp.
Referenced by arma_boost::str().