Struct Location
Defined in File rapidyaml-0.5.0.hpp
Inheritance Relationships
Base Type
public c4::yml::LineCol
(Struct LineCol)
Struct Documentation
-
struct Location : public c4::yml::LineCol
a source file position
Public Functions
-
inline operator bool() const
-
inline Location()
-
inline Location(size_t l, size_t c)
-
inline Location(csubstr n, size_t l, size_t c)
-
inline Location(csubstr n, size_t b, size_t l, size_t c)
-
inline Location(const char *n, size_t l, size_t c)
-
inline Location(const char *n, size_t b, size_t l, size_t c)
Public Members
-
csubstr name
-
inline operator bool() const