#include <Inform.h>
Public Methods | |
Inform (const char *) | |
constructor: give name. More... | |
~Inform () | |
destructor. More... | |
Inform & | send () |
print the current message to stdout. More... | |
Inform & | reset () |
reset the buffer. More... | |
Inform & | operator<< (const char *) |
overload the << operator for various items. More... | |
Inform & | operator<< (char) |
Inform & | operator<< (int) |
Inform & | operator<< (unsigned int) |
Inform & | operator<< (long) |
Inform & | operator<< (unsigned long) |
Inform & | operator<< (double) |
Inform & | operator<< (Inform &(*f)(Inform &)) |
void | mute () |
void | unmute () |
const char * | text () const |
retrieve the current text. More... |
Definition at line 36 of file Inform.h.
|
constructor: give name.
Definition at line 72 of file Inform.C. References reset. |
|
destructor.
|
|
|
|
|
|
Definition at line 176 of file Inform.C. References MAX_MSG_SIZE. |
|
|
|
Definition at line 144 of file Inform.C. References MAX_MSG_SIZE. |
|
Definition at line 137 of file Inform.C. References MAX_MSG_SIZE. |
|
Definition at line 130 of file Inform.C. References MAX_MSG_SIZE. |
|
Definition at line 122 of file Inform.C. References MAX_MSG_SIZE. |
|
overload the << operator for various items.
Definition at line 117 of file Inform.C. References MAX_MSG_SIZE. |
|
reset the buffer.
Definition at line 112 of file Inform.C. Referenced by VMDCollab::act_on_command, UIText::act_on_command, and Inform. |
|
print the current message to stdout.
Definition at line 83 of file Inform.C. References log_android. Referenced by sendmsg. |
|
retrieve the current text.
Definition at line 76 of file Inform.h. Referenced by VMDCollab::act_on_command, and UIText::act_on_command. |
|
|