A POD struct to contain the index, line and column of a token in source code.
More...
#include <bond/compiler/streampos.h>
A POD struct to contain the index, line and column of a token in source code.
- See also
- CharStream
◆ StreamPos() [1/2]
| Bond::StreamPos::StreamPos |
( |
size_t | i = 0, |
|
|
size_t | l = 1, |
|
|
size_t | c = 1 ) |
|
inline |
◆ StreamPos() [2/2]
| Bond::StreamPos::StreamPos |
( |
const StreamPos & | other | ) |
|
|
default |
◆ column
| size_t Bond::StreamPos::column |
◆ index
| size_t Bond::StreamPos::index |
◆ line
| size_t Bond::StreamPos::line |
The documentation for this struct was generated from the following file:
- include/bond/compiler/streampos.h