Atlas 0.7.0
Networking protocol for the Worldforge system.
Atlas Namespace Reference

Namespaces

namespace  Net
 
namespace  Objects
 

Classes

class  Bridge
 
class  Codec
 
class  EncoderBase
 
class  Exception
 
class  Filter
 
class  filterbuf
 
class  Formatter
 
class  MultiLineListFormatter
 A formatter which uses multiple lines for list contents. More...
 
class  Negotiate
 
class  PresentationBridge
 A bridge which is meant to be used solely for presenting Element data. More...
 

Typedefs

typedef int int_type
 

Functions

bool Equal (double x1, double x2, double epsilon)
 
bool Equal (float x1, float x2, 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.

Typedef Documentation

◆ int_type

typedef int Atlas::int_type

Definition at line 57 of file Filter.h.

Function Documentation

◆ Equal() [1/2]

bool Atlas::Equal ( double  x1,
double  x2,
double  epsilon 
)

Definition at line 71 of file float.cpp.

◆ Equal() [2/2]

bool Atlas::Equal ( float  x1,
float  x2,
float  epsilon 
)

Definition at line 79 of file float.cpp.