Template Class CloseDescriptor#

Inheritance Relationships#

Base Type#

  • public Descriptor

Class Documentation#

template<class Descriptor, char left, char right>
class CloseDescriptor : public Descriptor#

A descriptor with begin(left) and end(right) characters, such as {x}, (x), etc.

Public Functions

bool read(std::istream &in)#
void write(std::ostream &out) const#
inline void Dump() const#
inline std::string ToString() const#