Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
elementa::parsing::TextToken::List Class Reference

A list of text tokens. More...

Description

A list of text tokens.

Definition at line 184 of file lexer.h.

#include "lexer.h"

Inheritance diagram for elementa::parsing::TextToken::List:
Collaboration diagram for elementa::parsing::TextToken::List:

Public Types

using Base = std::list< TextToken >
 

Public Attributes

elements
 STL member.
 

Public Member Functions

std::string to_string (void) const
 Return a text describing the list. More...
 

Member Typedef Documentation

◆ Base

using elementa::parsing::TextToken::List::Base = std::list<TextToken>

Definition at line 188 of file lexer.h.

Member Function Documentation

◆ to_string()

std::string elementa::parsing::TextToken::List::to_string ( void  ) const

Return a text describing the list.

The result is a multiline text.


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