Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Inform.h File Reference

Go to the source code of this file.

Compounds

class  Inform
 Takes messages and displays them to the given ostream. Also creates 3 global instances: msgInfo, msgWarn, msgErr. A message is sent to an Inform object by treating it as an ostream, then ending the message by sending the 'sendmsg' manipulator. More...


Defines

#define MAX_MSG_SIZE   (1024 * 8)

Functions

Informsendmsg (Inform &)
 manipulator for sending the message. More...

Informends (Inform &)
 manipulator for ending a message. More...


Variables

Inform msgInfo
 Generally informative messages. More...

Inform msgWarn
 Warnings of possible problems. More...

Inform msgErr
 Error messages, more serious. More...


Define Documentation

#define MAX_MSG_SIZE   (1024 * 8)
 

Definition at line 26 of file Inform.h.

Referenced by Inform::operator<<.


Function Documentation

Inform& ends Inform  
 

manipulator for ending a message.

Definition at line 59 of file Inform.C.

Inform& sendmsg Inform  
 

manipulator for sending the message.

Definition at line 46 of file Inform.C.


Variable Documentation

Inform msgErr
 

Error messages, more serious.

Definition at line 72 of file Inform.h.

Inform msgInfo
 

Generally informative messages.

Definition at line 70 of file Inform.h.

Inform msgWarn
 

Warnings of possible problems.

Definition at line 71 of file Inform.h.


Generated on Tue Nov 24 01:41:16 2009 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002