#include <boost/shared_ptr.hpp>
#include <boost/lexical_cast.hpp>
#include <vector>
#include <map>
#include <string>
#include <iostream>
#include <cassert>
ネームスペース | |
namespace | rcsc |
構成 | |
struct | rcsc::BoolSwitch |
wrapper for bool switch. [詳細] | |
class | rcsc::ParamEntity |
abstract parameter [詳細] | |
class | rcsc::ParamGeneric< ValueType > |
generic parameter [詳細] | |
class | rcsc::ParamGeneric< bool > |
specificated template class [詳細] | |
class | rcsc::ParamSwitch |
switch type parameter [詳細] | |
class | rcsc::ParamMap |
parameter container [詳細] | |
class | rcsc::ParamMap::Registrar |
convinience class to simplify parameter registration | |
型定義 | |
typedef boost::shared_ptr< ParamEntity > | rcsc::ParamPtr |
type of ParamEntity pointer |