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) |
|
||||||||||||||||||||
|
Returns true, if a and b are almost equal with respect to delta. |
|
||||||||||||||||||||
|
Returns true, if a and b are not equal with respect to delta. |
|
||||||||||||||||
|
Yields true, when the instances are different. Definition at line 245 of file shared_ptr.inl. |
|
||||||||||||||||
|
Yields true, when the instances are different. Definition at line 237 of file shared_ptr.inl. |
|
||||||||||||||||
|
Yields true, when the instances are identically. Definition at line 229 of file shared_ptr.inl. |
|
||||||||||||||||
|
Yields true, when the instances are identically. Definition at line 221 of file shared_ptr.inl. |
1.3.9.1