#include <variable_info_detail.hpp>
Public Types | |
typedef maybe_const< vit, config >::type | t_child |
Public Member Functions | |
variable_info_state (t_child &vars) | |
Public Attributes | |
t_child * | child_ |
std::string | key_ |
int | index_ |
config::attribute_value | temp_val_ |
variable_info_state_type | type_ |
Definition at line 68 of file variable_info_detail.hpp.
typedef maybe_const<vit,config>::type variable_info_detail::variable_info_state< vit >::t_child |
Definition at line 70 of file variable_info_detail.hpp.
|
inline |
Definition at line 72 of file variable_info_detail.hpp.
References variable_info_detail::variable_info_state< vit >::child_.
t_child* variable_info_detail::variable_info_state< vit >::child_ |
Definition at line 84 of file variable_info_detail.hpp.
Referenced by variable_info_detail::variable_info_state< vit >::variable_info_state().
int variable_info_detail::variable_info_state< vit >::index_ |
Definition at line 86 of file variable_info_detail.hpp.
std::string variable_info_detail::variable_info_state< vit >::key_ |
Definition at line 85 of file variable_info_detail.hpp.
config::attribute_value variable_info_detail::variable_info_state< vit >::temp_val_ |
Definition at line 90 of file variable_info_detail.hpp.
variable_info_state_type variable_info_detail::variable_info_state< vit >::type_ |
Definition at line 93 of file variable_info_detail.hpp.