DebOut


[ Lib_General64 | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class DebOut
{
public:
template < class TypeOut> DebOut& operator<<(const TypeOut& i_out) ;
static DebOut dout;
protected:
}; // DebOut

Back to the top of DebOut


KEYWORD

Back to the top of DebOut


AUTHORS

Back to the top of DebOut


CHANGES LOG

Back to the top of DebOut


GOALS

Back to the top of DebOut

		

USAGE

		

Back to the top of DebOut


template < class TypeOut> DebOut& operator<<(const TypeOut& i_out) ;

  template < class TypeOut>
  DebOut& operator<<(const TypeOut& i_out)                    ;

Function is currently defined inline.


Back to the top of DebOut


DebOut dout;

  static DebOut dout;

Back to the top of DebOut


All Members

public:
template < class TypeOut> DebOut& operator<<(const TypeOut& i_out) ;
static DebOut dout;
protected:

Back to the top of DebOut


Ancestors

Class does not inherit from any other class.

Back to the top of DebOut


Descendants

Class is not inherited by any others.

Back to the top of DebOut


Generated from source by the Cocoon utilities on Tue Jan 5 18:47:29 2010 .

Report problems to jkotula@unimax.com