| Age | Commit message (Collapse) | Author |
|
|
|
member functions
These can also trivially be made const member functions, with the
addition of a few consts.
|
|
Given all visiting functions never modify the nodes, we can trivially
make this a const member function.
|
|
|
|
std::string
Allows the function to be non-allocating in terms of the output string.
|
|
This is behaviorally equivalent and also fixes a bug where some members
weren't being moved over.
|
|
Keeps them alphabetically sorted for readability.
|
|
Avoids unnecessary atomic reference count increments and decrements.
|
|
Provides const equivalents of data accessors for use within const
contexts.
|
|
|
|
|
|
|
|
|
|
|
|
modes.
|
|
|
|
|
|
|
|
|
|
|