Synergy Color Management Component - SDK -  2018.0.80
list.h File Reference

Utility class that stores a templated list. More...

Classes

class  SYNCOLOR::List< T >
 Templated list class. More...
 
struct  SYNCOLOR::StringInt
 String/Int struct. More...
 

Namespaces

 SYNCOLOR
 Autodesk SynColor SDK public namespace.
 

Typedefs

typedef List< const char * > SYNCOLOR::StringList
 String list. More...
 
typedef SharedPtr< StringList > SYNCOLOR::StringListPtr
 Helper shared pointer for a String list. More...
 
typedef List< int > SYNCOLOR::IntList
 Int list. More...
 
typedef SharedPtr< IntList > SYNCOLOR::IntListPtr
 Helper shared pointer for a String list. More...
 
typedef List< StringInt > SYNCOLOR::StringIntList
 String/Int list. More...
 
typedef SharedPtr< StringIntList > SYNCOLOR::StringIntListPtr
 Helper shared pointer for a String/Int list. More...
 

Detailed Description

Utility class that stores a templated list.