Teamcenter C++ API Reference  2312
Classes | Functions
Teamcenter::Internal Namespace Reference

Classes

struct  checked_array_deleter
 Ensures that an incomplete type would result in a compile time error. More...
 
struct  checked_deleter
 Ensures that an incomplete type would result in a compile time error. More...
 
class  SharedCount
 
class  SharedPtrCountedBase
 

Functions

template<class T >
void checked_array_delete (T *x)
 Ensures that an incomplete type would result in a compile time error. More...
 
template<class T >
void checked_delete (T *x)
 Ensures that an incomplete type would result in a compile time error. More...
 
bool operator< (SharedCount const &a, SharedCount const &b)
 
bool operator== (SharedCount const &a, SharedCount const &b)
 

Function Documentation

template<class T >
void Teamcenter::Internal::checked_array_delete ( T *  x)
inline

Ensures that an incomplete type would result in a compile time error.

Definition at line 89 of file CheckedDelete.hxx.

template<class T >
void Teamcenter::Internal::checked_delete ( T *  x)
inline

Ensures that an incomplete type would result in a compile time error.

Definition at line 81 of file CheckedDelete.hxx.

bool Teamcenter::Internal::operator< ( SharedCount const &  a,
SharedCount const &  b 
)
inline

Definition at line 197 of file SharedCount.hxx.

bool Teamcenter::Internal::operator== ( SharedCount const &  a,
SharedCount const &  b 
)
inline

Definition at line 192 of file SharedCount.hxx.