a text class
More...
#include <a_text.h>
|
static const std::string | help () |
|
static const std::string | help () |
|
static const std::string | help () |
|
a text class
Definition at line 30 of file a_text.h.
◆ a_text() [1/2]
◆ a_text() [2/2]
a_text::a_text |
( |
const a_text & |
text | ) |
|
◆ ~a_text()
◆ classname()
virtual const std::string a_text::classname |
( |
| ) |
|
|
inlinevirtual |
return class name: should be overridden by children classes
Reimplemented from a_text_base.
Definition at line 36 of file a_text.h.
◆ dimension() [1/2]
int a_text::dimension |
( |
| ) |
const |
|
inline |
◆ dimension() [2/2]
void a_text::dimension |
( |
int |
dim | ) |
|
|
inline |
◆ endl()
void a_text::endl |
( |
bool |
ret | ) |
|
|
inline |
◆ file() [1/2]
std::ostream* a_text::file |
( |
| ) |
const |
|
inline |
◆ file() [2/2]
void a_text::file |
( |
const std::string & |
file | ) |
|
◆ flush()
◆ help()
const std::string a_text::help |
( |
| ) |
|
|
static |
◆ init()
◆ off()
◆ on()
◆ operator<<() [1/8]
◆ operator<<() [2/8]
a_text & a_text::operator<< |
( |
const char |
v | ) |
|
◆ operator<<() [3/8]
a_text & a_text::operator<< |
( |
const double |
v | ) |
|
◆ operator<<() [4/8]
a_text & a_text::operator<< |
( |
const float |
v | ) |
|
◆ operator<<() [5/8]
a_text & a_text::operator<< |
( |
const int |
v | ) |
|
◆ operator<<() [6/8]
a_text & a_text::operator<< |
( |
const std::string & |
v | ) |
|
◆ operator<<() [7/8]
a_text & a_text::operator<< |
( |
std::ostream &(*)(std::ostream &) |
f | ) |
|
◆ operator<<() [8/8]
a_text & a_text::operator<< |
( |
std::string & |
v | ) |
|
◆ use_user_unit() [1/2]
bool a_text::use_user_unit |
( |
| ) |
const |
|
inline |
◆ use_user_unit() [2/2]
void a_text::use_user_unit |
( |
const bool |
val | ) |
|
|
inline |
◆ user_unit() [1/2]
◆ user_unit() [2/2]
◆ dimension_
◆ endl_
std::string a_text::endl_ |
|
protected |
◆ file_
std::ostream* a_text::file_ |
|
protected |
◆ on_
◆ OS_endl_
std::string a_text::OS_endl_ |
|
protected |
◆ standard_
◆ use_user_unit_
bool a_text::use_user_unit_ |
|
protected |
◆ user_unit_
The documentation for this class was generated from the following files: