#include <edge_functors.h>
PolicyT
cttl::policy_default
.StringT
std::string
Definition at line 61 of file edge_functors.h.
Public Member Functions | |
edge_replace (StringT const &str_) | |
Constructs function object and initializes it with the source substring. | |
void | operator() (edge< PolicyT, StringT > &edge_) |
function call operator, replaces underlying text of an edge with the string specified when the function object was constructed. | |
Public Attributes | |
StringT | m_str |
Stores source string to replace targets. |