Definition at line 17 of file sout.
◆ sout() [1/2]
tools::sout::sout |
( |
const std::string & |
a_value | ) |
|
|
inline |
Definition at line 20 of file sout.
21 parent::operator+=(
"\"");
22 parent::operator+=(a_value);
23 parent::operator+=(
"\"");
◆ sout() [2/2]
tools::sout::sout |
( |
const sout & |
a_from | ) |
|
|
inline |
Definition at line 26 of file sout.
◆ operator=()
sout& tools::sout::operator= |
( |
const sout & |
a_from | ) |
|
|
inline |
Definition at line 27 of file sout.
27 {parent::operator=(a_from);
return *
this;}
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sout