Atlas-C++
Namespaces | Classes | Typedefs | Functions
Atlas Namespace Reference

The Atlas namespace. More...

Namespaces

 Net
 The Atlas network communication namespace.
 
 Objects
 The Atlas high level Objects namespace.
 

Classes

class  Bridge
 Atlas stream bridge. More...
 
class  Codec
 Atlas stream codec. More...
 
class  EncoderBase
 Base class forwarding to Atlas::Bridge as skeleton for other encoders. More...
 
class  Exception
 Base class for all exceptions thrown by Atlas-C++. More...
 
class  Filter
 Atlas stream filter. More...
 
class  filterbuf
 
class  Formatter
 Atlas stream formatter. More...
 
class  Negotiate
 Negotiation of codecs and filters for an Atlas connection. More...
 
class  PresentationBridge
 A bridge which is meant to be used solely for presenting Element data. More...
 
class  Task
 

Typedefs

typedef int int_type
 

Functions

bool Equal (double x1, double x2, double epsilon=std::numeric_limits< double >::epsilon())
 
bool Equal (float x1, float x2, float epsilon=std::numeric_limits< float >::epsilon())
 

Detailed Description

The Atlas namespace.

This namespace contains the whole of the Atlas-C++ library, and which is divided into a hierarchy of other namespaces. The main namespaces of interest to the application developers are the Atlas::Net namespace containing classes to handle establishing network connections, and the Atlas::Objects namespace containing classes used to handle high level Atlas data.


Copyright 2000-2004 the respective authors.

This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.