Searched defs:daeTArray (Results 1 - 1 of 1) sorted by relevance

/external/collada/include/dae/
H A DdaeArray.h100 class daeTArray : public daeArray class in inherits:daeArray
108 daeTArray() { function in class:daeTArray
115 explicit daeTArray(T* prototype) : prototype(prototype) { function in class:daeTArray
121 daeTArray( const daeTArray<T> &cpy ) : daeArray() { function in class:daeTArray
128 explicit daeTArray( const T &el ) { function in class:daeTArray
136 virtual ~daeTArray() {
400 daeTArray<T> &operator=( const daeTArray<T> &other ) {
418 bool operator==(const daeTArray<
[all...]

Completed in 146 milliseconds