|
Inferno
0.2
|
#include <search_replace.hpp>
Public Member Functions | |
| StuffBase () | |
| virtual shared_ptr < ContainerInterface > | GetContainerInterface (TreePtr< Node > x) |
Public Attributes | |
| TreePtr< Node > | recurse_restriction |
| CompareReplace | recurse_comparer |
| bool | one_level |
Definition at line 346 of file search_replace.hpp.
| StuffBase::StuffBase | ( | ) | [inline] |
Definition at line 349 of file search_replace.hpp.
| shared_ptr< ContainerInterface > StuffBase::GetContainerInterface | ( | TreePtr< Node > | x | ) | [virtual] |
Implements SearchContainerBase.
Definition at line 562 of file search_replace.cpp.
References ASSERT, CompareReplace::compare_pattern, one_level, recurse_comparer, and recurse_restriction.
| bool StuffBase::one_level |
Definition at line 352 of file search_replace.hpp.
Referenced by GetContainerInterface().
Definition at line 351 of file search_replace.hpp.
Referenced by GetContainerInterface().
Definition at line 350 of file search_replace.hpp.
Referenced by GetContainerInterface(), and Stuff< PRE_RESTRICTION >::Itemise().