Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

dolfin::Buffer Class Reference

#include <Buffer.h>

List of all members.

Public Types

enum  Type { info, debug, warning, error }

Public Member Functions

 Buffer ()
 Buffer (int lines, int cols)
 ~Buffer ()
void init (int lines, int cols)
int size () const
void add (const char *msg, Type type=info, int level=0)
const char * get (int line) const
Type type (int line) const
int level (int line) const


Member Enumeration Documentation

enum dolfin::Buffer::Type
 

Enumeration values:
info 
debug 
warning 
error 


Constructor & Destructor Documentation

Buffer::Buffer  ) 
 

Buffer::Buffer int  lines,
int  cols
 

Buffer::~Buffer  ) 
 


Member Function Documentation

void Buffer::add const char *  msg,
Type  type = info,
int  level = 0
 

const char * Buffer::get int  line  )  const
 

void Buffer::init int  lines,
int  cols
 

int Buffer::level int  line  )  const
 

int Buffer::size  )  const
 

Buffer::Type Buffer::type int  line  )  const
 


The documentation for this class was generated from the following files:


Documentation automatically generated with Doxygen on 10 Sep 2004.