![]() |
Springhead
An open source physics engine for virtual reality, haptics and motion generation.
|
Public 型 | |
typedef AttrT | attr_t |
typedef boost::call_traits < AttrT >::param_type | param_type |
typedef boost::call_traits < AttrT >::reference | reference |
typedef boost::call_traits < AttrT >::const_reference | const_reference |
typedef FIPTNode | tree_t |
typedef std::vector< tree_t > | container_t |
typedef FIPTNodeValData< AttrT > | parse_node_t |
Public メソッド | |
FIPTMatch (unsigned length) | |
FIPTMatch (unsigned length, parse_node_t const &n) | |
FIPTMatch (unsigned length, param_type val_, parse_node_t const &n) | |
template<typename T2 > | |
FIPTMatch (FIPTMatch< T2 > const &other) | |
FIPTMatch (FIPTMatch const &x) | |
template<typename T2 > | |
FIPTMatch & | operator= (FIPTMatch< T2 > const &other) |
FIPTMatch & | operator= (FIPTMatch const &x) |
void | swap (FIPTMatch &x) |
bool | operator_bool () |
bool | operator! () const |
int | length () const |
const_reference | value () const |
reference | value () |
template<typename MatchT > | |
void | concat (MatchT const &other) |
Public 変数 | |
int | len |
container_t | trees |
AttrT | val |