|
nixd
|
#include <Simple.h>
Public Types | |
| enum | InterpolablePartKind { SPK_Escaped , SPK_Interpolation } |
Public Member Functions | |
| InterpolablePart (std::string Escaped) | |
| InterpolablePart (std::shared_ptr< Interpolation > Interp) | |
| InterpolablePartKind | kind () const |
| const std::string & | escaped () const |
| Interpolation & | interpolation () const |
|
inlineexplicit |
Definition at line 63 of file Simple.h.
References SPK_Escaped.
|
inlineexplicit |
Definition at line 66 of file Simple.h.
References SPK_Interpolation.
|
inlinenodiscard |
Definition at line 73 of file Simple.h.
References SPK_Escaped.
|
inlinenodiscard |
Definition at line 78 of file Simple.h.
References SPK_Interpolation.
|
inlinenodiscard |