|
Teamcenter C++ API Reference
2312
|
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) |
|
inline |
Ensures that an incomplete type would result in a compile time error.
Definition at line 89 of file CheckedDelete.hxx.
|
inline |
Ensures that an incomplete type would result in a compile time error.
Definition at line 81 of file CheckedDelete.hxx.
|
inline |
Definition at line 197 of file SharedCount.hxx.
|
inline |
Definition at line 192 of file SharedCount.hxx.