Chi-Tech
parameter_block.h File Reference
#include "data_types/varying.h"
#include <memory>
#include <vector>
#include <string>

Go to the source code of this file.

Data Structures

class  chi::ParameterBlock
 
struct  chi::ParameterBlock::IsBool< T >
 
struct  chi::ParameterBlock::IsFloat< T >
 
struct  chi::ParameterBlock::IsString< T >
 
struct  chi::ParameterBlock::IsInteger< T >
 
class  chi::ParameterBlock::iterator
 
class  chi::ParameterBlock::const_iterator
 

Namespaces

namespace  chi
 

Enumerations

enum class  chi::ParameterBlockType {
  chi::INVALID_VALUE = 0 , chi::BOOLEAN = 1 , chi::FLOAT = 3 , chi::STRING = 4 ,
  chi::INTEGER = 5 , chi::ARRAY = 98 , chi::BLOCK = 99
}
 

Functions

std::string chi::ParameterBlockTypeName (ParameterBlockType type)