corefoundation namespace
More...
|
| std::string | describe (dx::os_result result) noexcept |
| |
| template<typename type_t > |
| constexpr bool | is_compatible () |
| |
| std::ostream & | operator<< (std::ostream &, ::CFArrayRef) |
| |
| std::ostream & | operator<< (std::ostream &, ::CFBooleanRef) |
| |
| std::ostream & | operator<< (std::ostream &, ::CFDataRef) |
| |
| std::ostream & | operator<< (std::ostream &, ::CFDictionaryRef) |
| |
| std::ostream & | operator<< (std::ostream &, ::CFNumberRef) |
| |
| std::ostream & | operator<< (std::ostream &, ::CFStringRef) |
| |
| std::ostream & | operator<< (std::ostream &, ::CFTypeRef) |
| |
| std::ostream & | operator<< (std::ostream &, ::CFURLRef) |
| |
◆ bool_t
◆ double_t
◆ float32
◆ float64
◆ float_t
◆ int16
◆ int32
◆ int64
◆ int8
◆ preference
preference store
- usage:
value=
preference[key1][key2]..[keyN](default_value);
key-value pair tree to inherit from suitable CF storage types
Definition cf_key_value_tree.h:93
key_value_tree< _preference > preference
preference store
Definition cf_preference.h:200
◆ string
◆ uint16
◆ uint32
◆ uint64
◆ uint8
◆ describe()
◆ is_compatible()
template<typename type_t >
| constexpr bool cf::is_compatible |
( |
| ) |
|
|
constexpr |
◆ operator<<() [1/8]
| std::ostream & cf::operator<< |
( |
std::ostream & | os, |
|
|
::CFArrayRef | ref ) |
|
inline |
◆ operator<<() [2/8]
| std::ostream & cf::operator<< |
( |
std::ostream & | os, |
|
|
::CFBooleanRef | ref ) |
|
inline |
◆ operator<<() [3/8]
| std::ostream & cf::operator<< |
( |
std::ostream & | os, |
|
|
::CFDataRef | ref ) |
|
inline |
◆ operator<<() [4/8]
| std::ostream & cf::operator<< |
( |
std::ostream & | os, |
|
|
::CFDictionaryRef | ref ) |
|
inline |
◆ operator<<() [5/8]
| std::ostream & cf::operator<< |
( |
std::ostream & | os, |
|
|
::CFNumberRef | ref ) |
|
inline |
◆ operator<<() [6/8]
| std::ostream & cf::operator<< |
( |
std::ostream & | os, |
|
|
::CFStringRef | ref ) |
|
inline |
◆ operator<<() [7/8]
| std::ostream & cf::operator<< |
( |
std::ostream & | os, |
|
|
::CFTypeRef | ref ) |
|
inline |
◆ operator<<() [8/8]
| std::ostream & cf::operator<< |
( |
std::ostream & | os, |
|
|
::CFURLRef | ref ) |
|
inline |