|
NeKernel dev
|
Classes | |
| class | CFArray |
| class | CFAtom |
| class | CFDictionary |
| class | CFRef |
| struct | CFPoint |
| struct | CFColor |
| struct | CFRect |
| union | CFGuid |
| class | CFObject |
| class | CF_OBJECT |
| User property class. More... | |
| class | CFNonNullRef |
| CFNonNullRef class for non-null reference counting. More... | |
| class | CFStringBuilder |
| CFStringBuilder class for string manipulations. More... | |
Typedefs | |
| typedef SInt32 | CFInteger |
| typedef float | CFReal |
| typedef SInt32 | CFInteger32 |
| typedef SInt64 | CFInteger64 |
| typedef Char | CFChar8 |
| typedef char16_t | CFChar16 |
| using | CFPropertyId = UIntPtr |
| handle to anything (number, ptr, string...) | |
| template<SizeT N> | |
| using | CFPropertyArray = CFArray<CFProperty, N> |
Functions | |
| template<typename ValueType> | |
| auto | make_array (ValueType val) |
| template<typename KeyType, typename ValueType> | |
| auto | make_dict () |
| typedef char16_t CF::CFChar16 |
| typedef Char CF::CFChar8 |
| typedef SInt32 CF::CFInteger |
| typedef SInt32 CF::CFInteger32 |
| typedef SInt64 CF::CFInteger64 |
| using CF::CFPropertyArray = CFArray<CFProperty, N> |
| using CF::CFPropertyId = UIntPtr |
| typedef float CF::CFReal |
|
inline |
|
inline |