|
Inferno
0.2
|
#include <type_info.hpp>
Public Member Functions | |
| TypeInfo (const Matcher *p) | |
| TypeInfo (shared_ptr< Matcher > p) | |
| TypeInfo (const Matcher &p) | |
| string | name () const |
Definition at line 9 of file type_info.hpp.
| TypeInfo::TypeInfo | ( | const Matcher * | p | ) | [inline] |
Definition at line 15 of file type_info.hpp.
| TypeInfo::TypeInfo | ( | shared_ptr< Matcher > | p | ) | [inline] |
Definition at line 20 of file type_info.hpp.
| TypeInfo::TypeInfo | ( | const Matcher & | p | ) | [inline] |
Definition at line 25 of file type_info.hpp.
| string TypeInfo::name | ( | ) | const [inline] |
Definition at line 30 of file type_info.hpp.
Referenced by FlattenNode_iterator::operator string().