Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Classes | Typedefs
hdicoreDictionaryPref.h File Reference

Header file for dictionary preference data storage. More...

#include <vector>
#include "hdicorePathStyle.h"
#include "hdicorePrefData.h"
Include dependency graph for hdicoreDictionaryPref.h:

Classes

class  hdi::core::DictionaryPref
 Acts as a dictionary-style container to store any other persistent data types, including arrays and dictionaries, and can itself be stored inside another container type. More...
 
class  hdi::core::DictionaryPref::Iterator
 Allows for iteration through the members of a dictionary pref, a la std::vector iteration. More...
 

Typedefs

typedef std::unique_ptr< DictionaryPref > hdi::core::DictionaryPrefUP
 
typedef std::shared_ptr< DictionaryPref > hdi::core::DictionaryPrefSP
 
typedef std::weak_ptr< DictionaryPref > hdi::core::DictionaryPrefWP
 

Detailed Description

Header file for dictionary preference data storage.