Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   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 62 of file Inform.C.

Inform& sendmsg Inform  
 

manipulator for sending the message.

Definition at line 49 of file Inform.C.


Variable Documentation

Inform msgErr
 

Error messages, more serious.

Definition at line 87 of file Inform.h.

Inform msgInfo
 

Generally informative messages.

Definition at line 85 of file Inform.h.

Inform msgWarn
 

Warnings of possible problems.

Definition at line 86 of file Inform.h.


Generated on Fri Mar 29 02:46:40 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002