Struct Location

Inheritance Relationships

Base Type

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