#include <node_functors.h>
StringT
std::string
Definition at line 93 of file node_functors.h.
Public Member Functions | |
node_insert_stay (StringT const &str_) | |
Constructs function object and initializes it with the source substring. | |
void | operator() (node< StringT > &node_) |
function call operator, inserts substring specified when the function object was constructed, at the offset pointed by the node. | |
Public Attributes | |
StringT | m_str |
Stores string to insert. |
|
function call operator, inserts substring specified when the function object was constructed, at the offset pointed by the node.
Definition at line 110 of file node_functors.h. References node::insert_stay(). |