libtgd 4.3
A library that makes working with multidimensional arrays in C++ easy
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NTGD
 CArrayAn Array with a specific component data type given the template parameter. This is the main class to work with since it allows useful for operations on arrays (e.g. component-wise addition) and provides iterators
 CComponentIteratorIterator over all components in the array. This is a random access iterator
 CConstComponentIteratorConst iterator over all components in the array. This is a random access iterator
 CConstElementIteratorConst iterator over all elements in the array. When dereferenced, this returns a pointer to the components of an element. This is a random access iterator
 CElementIteratorIterator over all elements in the array. When dereferenced, this returns a pointer to the components of an element. This is a random access iterator
 CArrayContainerManages arrays with arbitrary component data types
 CArrayDescriptionThe ArrayDescription manages array metadata
 CExporterThe exporter class exports arrays to files or streams
 CImporterThe importer class imports arrays from files or streams
 CTagListA tag list to store key/value pairs, where both key and value are strings