Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
IccTagDict.h File Reference

File: IccTagDictTag.h. More...

#include "IccProfile.h"
#include "IccTag.h"
#include "IccTagFactory.h"
#include <memory>
#include <list>
#include <string>
+ Include dependency graph for IccTagDict.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CIccDictEntry
 Data Class: CIccDictEntry. More...
 
class  CIccDictEntryPtr
 
class  CIccTagDict
 Class: CIccTagDict. More...
 

Typedefs

typedef std::list< CIccDictEntryPtrCIccNameValueDict
 List Class: CIccDictEntry.
 

Detailed Description

File: IccTagDictTag.h.

Contains: Header for implementation of CIccTagDict and supporting classes

Version: V1

Copyright: (c) see ICC Software License

Definition in file IccTagDict.h.

Typedef Documentation

◆ CIccNameValueDict

typedef std::list<CIccDictEntryPtr> CIccNameValueDict

List Class: CIccDictEntry.

Purpose: Dictionary is stored as a List of CIccDictEntry objects

Definition at line 151 of file IccTagDict.h.