|
| speaker (std::string prefix="", say::Verbosity volume=say::INFO, bool err=false, bool quiet=false) |
|
| speaker (const speaker &spk) |
|
const speaker & | operator= (const speaker &other) |
|
std::ostream & | operator[] (const std::string &fct) const |
|
const speaker & | operator+ (const std::string &fct) const |
|
const speaker & | prefix (const std::string &fct) const |
|
std::ostream & | operator() (const std::string &fct) const |
|
template<typename T > |
std::ostream & | operator<< (const T &arg) const |
|
std::ostream & | operator>> (const std::string &arg) const |
|
std::ostream & | print (const std::string &mes) const |
|
void | DoSpeak (bool loud) |
|
bool | GetSpeak () const |
|
void | SetPrefix (std::string prefix) |
|
std::string | GetPrefix () const |
|
void | SetClassName (std::string classname) |
|
std::string | GetClassName (void) const |
|
say::Verbosity | GetVolume (void) const |
|
void | SetVolume (say::Verbosity volume) |
|
|
static int | SetGlobalVerbosity (say::Verbosity volume) |
|
static void | ErrorToErrStream (bool ToCerr) |
|
|
bool | fquiet |
|
std::string | pref |
|
bool | errs |
|
say::Verbosity | fvol |
|
unsigned long | fii |
|
std::string | cn |
|
|
static std::ostream * | weg = NULL |
|
static unsigned long | ct = 0 |
|
static bool | fe2cerr = true |
|
static say::Verbosity | fverb = say::INFO |
|
static std::map< unsigned long, speaker * > * | list = NULL |
|
The documentation for this class was generated from the following files:
- fastnlotoolkit/include/fastnlotk/speaker.h
- fastnlotoolkit/speaker.cc