NeKernel dev
Loading...
Searching...
No Matches
CF::CFDictionary< Key, Value > Class Template Referencefinal

#include <Dictionary.h>

Public Member Functions

 CFDictionary ()=default
 ~CFDictionary ()=default
CFDictionaryoperator= (const CFDictionary &)=default
 CFDictionary (const CFDictionary &)=default
Value & operator[] (Key &at)
Bool Empty ()
Bool Find (Key &key)
 operator bool ()

Private Attributes

SizeT fCount {0UL}

Constructor & Destructor Documentation

◆ CFDictionary() [1/2]

template<typename Key, typename Value>
CF::CFDictionary< Key, Value >::CFDictionary ( )
explicitdefault

◆ ~CFDictionary()

template<typename Key, typename Value>
CF::CFDictionary< Key, Value >::~CFDictionary ( )
default

◆ CFDictionary() [2/2]

template<typename Key, typename Value>
CF::CFDictionary< Key, Value >::CFDictionary ( const CFDictionary< Key, Value > & )
default

Member Function Documentation

◆ Empty()

template<typename Key, typename Value>
Bool CF::CFDictionary< Key, Value >::Empty ( )
inline

◆ Find()

template<typename Key, typename Value>
Bool CF::CFDictionary< Key, Value >::Find ( Key & key)
inline

◆ operator bool()

template<typename Key, typename Value>
CF::CFDictionary< Key, Value >::operator bool ( )
inline

◆ operator=()

template<typename Key, typename Value>
CFDictionary & CF::CFDictionary< Key, Value >::operator= ( const CFDictionary< Key, Value > & )
default

◆ operator[]()

template<typename Key, typename Value>
Value & CF::CFDictionary< Key, Value >::operator[] ( Key & at)
inline

Member Data Documentation

◆ fCount

template<typename Key, typename Value>
SizeT CF::CFDictionary< Key, Value >::fCount {0UL}
private

The documentation for this class was generated from the following file:
  • public/frameworks/CoreFoundation.fwrk/headers/Dictionary.h