YAML::Mark Struct Reference
#include <mark.h>
List of all members.
Public Member Functions |
| Mark () |
Static Public Member Functions |
static const Mark | null () |
Public Attributes |
int | column |
int | line |
int | pos |
Private Member Functions |
| Mark (int pos_, int line_, int column_) |
Detailed Description
Definition at line 9 of file mark.h.
Constructor & Destructor Documentation
YAML::Mark::Mark |
( |
|
) |
[inline] |
YAML::Mark::Mark |
( |
int |
pos_, |
|
|
int |
line_, |
|
|
int |
column_ | |
|
) |
| | [inline, private] |
Member Function Documentation
static const Mark YAML::Mark::null |
( |
|
) |
[inline, static] |
Member Data Documentation
The documentation for this struct was generated from the following file: