#include <nspcinfo.h>
Inheritance diagram for VM::NamespaceInfo::PtrListOperators< T >:
Static Public Member Functions | |
bool | lt (T const *a, T const *b) |
bool | gt (T const *a, T const *b) |
bool | le (T const *a, T const *b) |
bool | eq (T const *a, T const *b) |
bool | lt (T const *a, TLString const &b) |
bool | gt (T const *a, TLString const &b) |
bool | eq (T const *a, TLString const &b) |
template<typename I> T *& | idx (T **array, I i) |
Static Public Attributes | |
const bool | pdt = 1 |
Definition at line 75 of file nspcinfo.h.
|
Definition at line 95 of file nspcinfo.h. |
|
Definition at line 88 of file nspcinfo.h. |
|
Definition at line 93 of file nspcinfo.h. |
|
Definition at line 83 of file nspcinfo.h. |
|
Definition at line 98 of file nspcinfo.h. |
|
Definition at line 86 of file nspcinfo.h. |
|
Definition at line 91 of file nspcinfo.h. |
|
Definition at line 81 of file nspcinfo.h. |
|
If this type (T) is a plain data type or not. Plain data types are all PODs and structures without constructor, destructor, virtual functions,... Reimplemented from TLDefaultOperators_Construct_PDT< T * >. Definition at line 79 of file nspcinfo.h. |