Library Common


[ Search | Keywords | Classes | Data | Functions ]

Quick Index



Classes

RiCounter
A counter that prints it's value when it goes out of scope.
RiFeedback
Responsible for giving feedback to the user (Errors, Stats, Warnings, and Info)
RiNullFeedback
Toss all messages into the bit basket.
RiStdoutFeedback
send messages to stdout
RiStderrFeedback
Send messages to stderr
RiOStreamFeedback
Send messages to a user-defined stream (such as an ofstream)
T

Data

typedef unsigned char bool;
typedef float RiReal;

Global Functions

RiFeedback &operator<<(RiFeedback &out, RiFeedback::Terminator term) ;

typedef unsigned char bool;

#include "RiCommon.H"

def unsigned char bool;No documentation available.

typedef unsigned char bool;

typedef float RiReal;

#include "RiCommon.H"

Allows us to either float or doubles easily

typedef float RiReal;

RiFeedback &operator<<(RiFeedback &out, RiFeedback::Terminator term) ;

#include "RiFeedback.H"

ne RiFeedback &operator<<(RiFeedback &out, RiFeedback::Terminator term) ********************************************************* Inlines (here to prevent too many functions getting generated by the templates)

*******************************************************

inline RiFeedback  &operator<<(RiFeedback &out, RiFeedback::Terminator term)
                                                      ;

Function is currently defined inline.


Generated from source by the Cocoon utilities on Fri Feb 25 15:15:03 2000 .