Classes | |
| class | boolean |
| Sized boolean. More... | |
| class | channel |
| File handle. More... | |
| class | com_error |
| COM Error. More... | |
| class | com_ptr |
| COM interface smart pointer. More... | |
| class | com_type |
| COM server. More... | |
| class | const_core_array |
| Core Foundation constant array. More... | |
| class | core_allocator |
| Core Foundation allocator. More... | |
| class | core_array |
| Core Foundation mutable array. More... | |
| class | mach_allocator |
| Mach allocator. More... | |
| struct | pixel |
| 1/5/5/5 ARGB pixel. More... | |
| class | refptr |
| Reference semantics for value types. More... | |
| struct | typelist |
| Compile-time list of types. More... | |
| struct | uuid_of |
| COM UUID finder. More... | |
| class | vec |
| SIMD type. More... | |
Namespaces | |
| namespace | altivec |
| Altivec intrinsics. | |
| namespace | impl |
| Main library implementation. | |
| namespace | mmx |
| MMX/SSE/SSE2/SSE3 intrinsics. | |
Functions | |
| template<typename T1, typename T2> | |
| T1 | data_cast (const T2 &lhs) |
| Casts from lhs to type T1, if T1 is compatible with lhs.data (). | |