#include <inputfunctions.h>
Line consists of a line number and the contents of that line.
Definition at line 23 of file inputfunctions.h.
Public Member Functions | |
| Line ()=default | |
| Initialize line with empty string and number. More... | |
| Line (int n, std::string &&t) | |
Initialize a line with line number n and text t. More... | |
Public Attributes | |
| int | number |
| Line number. More... | |
| std::string | text |
| Line content. More... | |
|
default |
Initialize line with empty string and number.
|
inline |
Initialize a line with line number n and text t.
Definition at line 27 of file inputfunctions.h.
| int smash::Line::number |
Line number.
Definition at line 29 of file inputfunctions.h.
| std::string smash::Line::text |
Line content.
Definition at line 31 of file inputfunctions.h.