cpe Namespace Reference

Classes

class  color
 
class  image
 
class  io_exception
 Class of exception to handle errors of Input/Output. More...
 
class  io_image
 
class  io_jpeg
 
class  io_png
 

Typedefs

typedef unsigned char octet
 octet is stored internaly as an unsigned char (1 byte)
 

Functions

std::ostream & operator<< (std::ostream &stream, const color &c)
 write the color value into the stream
 

Detailed Description




/ ____| __ | ____| | | | | | |__) | |__ | | _ _ ___ _ __ | | | ___/| __| | | | | | |/ _ | '_ \ | |____| | | |____ | |___| |_| | (_) | | | | _____|_| |______| |________, |___/|_| |_| __/ | |___/

Typedef Documentation

typedef unsigned char cpe::octet

octet is stored internaly as an unsigned char (1 byte)

Function Documentation

std::ostream & cpe::operator<< ( std::ostream &  stream,
const color &  c 
)

write the color value into the stream

References cpe::color::to_string().

+ Here is the call graph for this function: