Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

RayGina::Rstd Namespace Reference


Classes

class  RayGina::Rstd::carray< T, n >
 C-Array class. More...
class  RayGina::Rstd::shared_ptr< T >
 A smart-pointer class that implements reference counting. More...

Functions

template<typename T>
bool equal_delta (const T &a, const T &b, const T &delta)
template<typename T>
bool not_equal_delta (const T &a, const T &b, const T &delta)
template<typename T>
bool operator== (const T *p, const shared_ptr< T > &rp)
template<typename T>
bool operator== (const shared_ptr< T > &rp, const T *p)
template<typename T>
bool operator!= (const T *p, const shared_ptr< T > &rp)
template<typename T>
bool operator!= (const shared_ptr< T > &rp, const T *p)


Function Documentation

template<typename T>
bool RayGina::Rstd::equal_delta const T &  a,
const T &  b,
const T &  delta
[inline]
 

Returns true, if a and b are almost equal with respect to delta.

Definition at line 4 of file misc.inl.

template<typename T>
bool RayGina::Rstd::not_equal_delta const T &  a,
const T &  b,
const T &  delta
[inline]
 

Returns true, if a and b are not equal with respect to delta.

Definition at line 12 of file misc.inl.

template<typename T>
bool RayGina::Rstd::operator!= const shared_ptr< T > &  rp,
const T *  p
 

Yields true, when the instances are different.

Definition at line 245 of file shared_ptr.inl.

template<typename T>
bool RayGina::Rstd::operator!= const T *  p,
const shared_ptr< T > &  rp
 

Yields true, when the instances are different.

Definition at line 237 of file shared_ptr.inl.

template<typename T>
bool RayGina::Rstd::operator== const shared_ptr< T > &  rp,
const T *  p
 

Yields true, when the instances are identically.

Definition at line 229 of file shared_ptr.inl.

template<typename T>
bool RayGina::Rstd::operator== const T *  p,
const shared_ptr< T > &  rp
 

Yields true, when the instances are identically.

Definition at line 221 of file shared_ptr.inl.


Generated on Sun Dec 2 17:01:12 2007 for rayGina by  doxygen 1.3.9.1