nixd
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
nixf::InterpolablePart Class Reference

#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
 
Interpolationinterpolation () const
 

Detailed Description

Definition at line 50 of file Simple.h.

Member Enumeration Documentation

◆ InterpolablePartKind

Enumerator
SPK_Escaped 
SPK_Interpolation 

Definition at line 52 of file Simple.h.

Constructor & Destructor Documentation

◆ InterpolablePart() [1/2]

nixf::InterpolablePart::InterpolablePart ( std::string Escaped)
inlineexplicit

Definition at line 63 of file Simple.h.

◆ InterpolablePart() [2/2]

nixf::InterpolablePart::InterpolablePart ( std::shared_ptr< Interpolation > Interp)
inlineexplicit

Definition at line 66 of file Simple.h.

Member Function Documentation

◆ escaped()

const std::string & nixf::InterpolablePart::escaped ( ) const
inline

Definition at line 73 of file Simple.h.

References SPK_Escaped.

◆ interpolation()

Interpolation & nixf::InterpolablePart::interpolation ( ) const
inline

Definition at line 78 of file Simple.h.

References SPK_Interpolation.

◆ kind()

InterpolablePartKind nixf::InterpolablePart::kind ( ) const
inline

Definition at line 71 of file Simple.h.


The documentation for this class was generated from the following file: