Definition in file edge_functors.h.
#include "edge.h"
Include dependency graph for edge_functors.h:
Go to the source code of this file.
Namespaces | |
namespace | cttl |
Classes | |
struct | edge_replace |
Function object, which, if called as a function, replaces underlying text of an edge with the string specified when the function object was constructed. More... | |
struct | edge_first_insert_go |
Function object, which, if called as a function, inserts substring specified when the function object was constructed, at the offset pointed by the upper boundary of the edge, const_edge::first . More... | |
struct | edge_first_insert_stay |
Function object, which, if called as a function, inserts string specified when the function object was constructed, at the offset pointed by the upper boundary of the edge, const_edge::first . More... | |
struct | edge_second_insert_go |
Function object, which, if called as a function, inserts substring specified when the function object was constructed, at the offset pointed by the upper boundary of the edge, const_edge::second . More... | |
struct | edge_second_insert_stay |
Function object, which, if called as a function, inserts string specified when the function object was constructed, at the offset pointed by the upper boundary of the edge, const_edge::second . More... |