library of assembled shared sources |
http://lass.cocamware.com |
#include <transformation_2d.h>
Public Types | |
typedef ArrayStorage< T, Cascade > | TSelf |
typedef T * | TStorage |
typedef T * | TPointer |
typedef T & | TReference |
Public Member Functions | |
Transformation2DStorage () | |
Transformation2DStorage (T *p) | |
TStorage & | storage () |
const TStorage & | storage () const |
Protected Member Functions | |
void | dispose () |
TPointer | pointer () const |
TReference | at (size_t index) const |
bool | isNull () const |
void | swap (TSelf &other) |
Static Protected Member Functions | |
static TStorage | defaultStorage () |
Definition at line 69 of file transformation_2d.h.
typedef ArrayStorage<T, Cascade> lass::util::ArrayStorage< T, Cascade >::TSelf [inherited] |
Definition at line 254 of file smart_ptr_policies.h.
typedef T* lass::util::ArrayStorage< T, Cascade >::TStorage [inherited] |
Definition at line 255 of file smart_ptr_policies.h.
typedef T* lass::util::ArrayStorage< T, Cascade >::TPointer [inherited] |
Definition at line 256 of file smart_ptr_policies.h.
typedef T& lass::util::ArrayStorage< T, Cascade >::TReference [inherited] |
Definition at line 257 of file smart_ptr_policies.h.
lass::prim::impl::Transformation2DStorage< T, Cascade >::Transformation2DStorage | ( | ) | [inline] |
Definition at line 72 of file transformation_2d.h.
lass::prim::impl::Transformation2DStorage< T, Cascade >::Transformation2DStorage | ( | T * | p | ) | [inline] |
Definition at line 73 of file transformation_2d.h.
void lass::prim::impl::Transformation2DStorage< T, Cascade >::dispose | ( | ) | [inline, protected] |
Reimplemented from lass::util::ArrayStorage< T, Cascade >.
Definition at line 75 of file transformation_2d.h.
References lass::prim::impl::deallocateArray(), and lass::util::ArrayStorage< T, Cascade >::pointer().
TStorage& lass::util::ArrayStorage< T, Cascade >::storage | ( | ) | [inline, inherited] |
Definition at line 259 of file smart_ptr_policies.h.
References lass::util::ArrayStorage< T, Cascade >::storage_.
const TStorage& lass::util::ArrayStorage< T, Cascade >::storage | ( | ) | const [inline, inherited] |
Definition at line 260 of file smart_ptr_policies.h.
References lass::util::ArrayStorage< T, Cascade >::storage_.
TPointer lass::util::ArrayStorage< T, Cascade >::pointer | ( | ) | const [inline, protected, inherited] |
Definition at line 269 of file smart_ptr_policies.h.
References lass::util::ArrayStorage< T, Cascade >::storage_.
Referenced by lass::prim::impl::Transformation3DStorage< T, Cascade >::dispose(), and lass::prim::impl::Transformation2DStorage< T, Cascade >::dispose().
TReference lass::util::ArrayStorage< T, Cascade >::at | ( | size_t | index | ) | const [inline, protected, inherited] |
Definition at line 270 of file smart_ptr_policies.h.
References lass::util::ArrayStorage< T, Cascade >::storage_.
bool lass::util::ArrayStorage< T, Cascade >::isNull | ( | ) | const [inline, protected, inherited] |
Definition at line 278 of file smart_ptr_policies.h.
References lass::util::ArrayStorage< T, Cascade >::storage_.
void lass::util::ArrayStorage< T, Cascade >::swap | ( | TSelf & | other | ) | [inline, protected, inherited] |
Definition at line 279 of file smart_ptr_policies.h.
References lass::util::ArrayStorage< T, Cascade >::storage_.
static TStorage lass::util::ArrayStorage< T, Cascade >::defaultStorage | ( | ) | [inline, static, protected, inherited] |
Definition at line 281 of file smart_ptr_policies.h.
Generated on Mon Nov 10 14:22:14 2008 for Library of Assembled Shared Sources by 1.5.7.1 |