|
Classes |
| class | vl::Object |
| | The base class for all the reference counted objects. More...
|
| class | vl::ref< T > |
| | The ref<> class is used to reference-count an Object. More...
|
Namespaces |
| namespace | vl |
| | Visualization Library namespace.
|
Functions |
| template<class T1 , class T2 > |
| bool | vl::operator== (const ref< T1 > &o1, const ref< T2 > &o2) |
| template<class T1 , class T2 > |
| bool | vl::operator!= (const ref< T1 > &o1, const ref< T2 > &o2) |
| template<class T1 , class T2 > |
| bool | vl::operator== (const ref< T1 > &o1, T2 *o2) |
| template<class T1 , class T2 > |
| bool | vl::operator!= (const ref< T1 > &o1, T2 *o2) |
| template<class T1 , class T2 > |
| bool | vl::operator== (T1 *o1, const ref< T2 > &o2) |
| template<class T1 , class T2 > |
| bool | vl::operator!= (T1 *o1, const ref< T2 > &o2) |