|
| WordPath () |
|
| WordPath (const TextLinePath &l, const Id &w) |
|
| WordPath (const String &p) |
|
| WordPath (const WordPath &)=default |
|
| WordPath (WordPath &&)=default |
|
virtual | ~WordPath () override |
|
WordPath & | operator= (const WordPath &)=default |
|
WordPath & | operator= (WordPath &&)=default |
|
bool | operator== (const WordPath &other) const |
|
bool | operator!= (const WordPath &other) const |
|
bool | operator< (const WordPath &other) const |
|
virtual String | ToString () const override |
|
| TextLinePath () |
|
| TextLinePath (const BlockPath &b, const Id &l) |
|
| TextLinePath (const String &p) |
|
| TextLinePath (const TextLinePath &)=default |
|
| TextLinePath (TextLinePath &&)=default |
|
virtual | ~TextLinePath () override |
|
TextLinePath & | operator= (const TextLinePath &)=default |
|
TextLinePath & | operator= (TextLinePath &&)=default |
|
bool | operator== (const TextLinePath &other) const |
|
bool | operator!= (const TextLinePath &other) const |
|
bool | operator< (const TextLinePath &other) const |
|
| BlockPath () |
|
| BlockPath (const SpacePath &s, const Id &b) |
|
| BlockPath (const String &p) |
|
| BlockPath (const BlockPath &)=default |
|
| BlockPath (BlockPath &&)=default |
|
virtual | ~BlockPath () override |
|
BlockPath & | operator= (const BlockPath &)=default |
|
BlockPath & | operator= (BlockPath &&)=default |
|
bool | operator== (const BlockPath &other) const |
|
bool | operator!= (const BlockPath &other) const |
|
bool | operator< (const BlockPath &other) const |
|
| SpacePath () |
|
| SpacePath (const PagePath &p, const Id &s) |
|
| SpacePath (const String &p) |
|
| SpacePath (const SpacePath &)=default |
|
| SpacePath (SpacePath &&)=default |
|
virtual | ~SpacePath () override |
|
SpacePath & | operator= (const SpacePath &)=default |
|
SpacePath & | operator= (SpacePath &&)=default |
|
bool | operator== (const SpacePath &other) const |
|
bool | operator!= (const SpacePath &other) const |
|
bool | operator< (const SpacePath &other) const |
|
| PagePath () |
|
| PagePath (const String &v, const Id &p) |
|
| PagePath (const String &p) |
|
| PagePath (const PagePath &)=default |
|
| PagePath (PagePath &&)=default |
|
virtual | ~PagePath () |
|
PagePath & | operator= (const PagePath &)=default |
|
PagePath & | operator= (PagePath &&)=default |
|
bool | operator== (const PagePath &other) const |
|
bool | operator!= (const PagePath &other) const |
|
bool | operator< (const PagePath &other) const |
|