Definition at line 33 of file schema.hpp.
Public Member Functions | |
SchemaPtr (Schema &&schema) | |
SchemaPtr (SchemaPtr &&) noexcept=default | |
SchemaPtr & | operator= (SchemaPtr &&) noexcept=default |
SchemaPtr (const SchemaPtr &) | |
SchemaPtr & | operator= (const SchemaPtr &) |
const Schema & | operator* () const |
Schema & | operator* () |
const Schema * | operator-> () const |
Schema * | operator-> () |
bool | operator== (const SchemaPtr &) const |
|
inline |
Definition at line 45 of file schema.hpp.
|
inline |
Definition at line 44 of file schema.hpp.