getValue() const | G3D::Pointer< ValueType > | inline |
isNull() const | G3D::Pointer< ValueType > | inline |
operator*() | G3D::Pointer< ValueType > | inline |
operator*() const | G3D::Pointer< ValueType > | inline |
operator=(const Pointer &r) | G3D::Pointer< ValueType > | inline |
Pointer() | G3D::Pointer< ValueType > | inline |
Pointer(ValueType *v) | G3D::Pointer< ValueType > | inline |
Pointer(const Pointer &p) | G3D::Pointer< ValueType > | inline |
Pointer(const shared_ptr< Class > &object, ValueType(Class::*getMethod)() const, void(Class::*setMethod)(ValueType)) | G3D::Pointer< ValueType > | inline |
Pointer(const shared_ptr< Class > &object, const ValueType &(Class::*getMethod)() const, void(Class::*setMethod)(ValueType)) | G3D::Pointer< ValueType > | inline |
Pointer(ValueType(*getMethod)(), void(*setMethod)(ValueType)) | G3D::Pointer< ValueType > | inline |
Pointer(std::function< ValueType(void)> getMethod) | G3D::Pointer< ValueType > | inline |
Pointer(std::function< ValueType(void)> getMethod, std::function< void(ValueType)> setMethod) | G3D::Pointer< ValueType > | inline |
Pointer(const ValueType &(*getMethod)(), void(*setMethod)(ValueType)) | G3D::Pointer< ValueType > | inline |
Pointer(const shared_ptr< Class > &object, ValueType(Class::*getMethod)() const, void(Class::*setMethod)(const ValueType &)) | G3D::Pointer< ValueType > | inline |
Pointer(const shared_ptr< Class > &object, const ValueType &(Class::*getMethod)() const, void(Class::*setMethod)(const ValueType &)) | G3D::Pointer< ValueType > | inline |
Pointer(Class *object, const ValueType &(Class::*getMethod)() const, void(Class::*setMethod)(const ValueType &)) | G3D::Pointer< ValueType > | inline |
Pointer(Class *object, ValueType(Class::*getMethod)() const, void(Class::*setMethod)(const ValueType &)) | G3D::Pointer< ValueType > | inline |
Pointer(Class *object, const ValueType &(Class::*getMethod)() const, void(Class::*setMethod)(ValueType)) | G3D::Pointer< ValueType > | inline |
Pointer(Class *object, ValueType(Class::*getMethod)() const, void(Class::*setMethod)(ValueType)) | G3D::Pointer< ValueType > | inline |
setValue(const ValueType &v) const | G3D::Pointer< ValueType > | inline |
~Pointer() | G3D::Pointer< ValueType > | inline |