|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Classes | |
| struct | equal_to |
| struct | not_equal_to |
| struct | greater |
| struct | less |
| struct | greater_equal |
| struct | less_equal |
| struct | logical_and |
| struct | logical_or |
| struct | logical_not |
| struct | assign |
| struct | pointer_to< T > |
| struct | identity< T > |
| struct | identity< void > |
| struct | delete_ptr |
A function object for type T that invokes delete on a T*. More... | |
| struct | delete_array |
A function object for type T that invokes delete[] on an array of T. More... | |
| struct | constructor< T > |
| struct | indirect< T > |
| struct | bitwise_or< T > |
| struct | bitwise_and< T > |
| struct | bitwise_xor< T > |
| struct | plus_asymmetric< T1, T2 > |
| plus function object whose arguments may be of different type. More... | |
| struct | inc< T > |
| operator++ wrapped in a function object More... | |
| struct | dec< T > |
| operator-- wrapped in a function object More... | |
| struct | typeid_ |
| typeid(x) wrapped in a function object More... | |
Namespaces | |
| namespace | adobe |