roviz  0.7
Code Documentation of roviz
Public Types | List of all members
ConfigStorageType< T > Class Template Reference

Class that connects a type that can be stored in a config and it's value type. More...

#include <config_storage_type.h>

Collaboration diagram for ConfigStorageType< T >:
Collaboration graph

Public Types

typedef T type
 

Detailed Description

template<typename T>
class ConfigStorageType< T >

Class that connects a type that can be stored in a config and it's value type.

Example: list<string> is a class that can be used as a config, but it's value is of type int, because we only store the current index and not the whole list.

See also
Config
FilePath

The documentation for this class was generated from the following file: