userver: yaml_config::SchemaPtr Class Reference
Loading...
Searching...
No Matches
yaml_config::SchemaPtr Class Referencefinal

Detailed Description

Definition at line 33 of file schema.hpp.

Public Member Functions

 SchemaPtr (Schema &&schema)
 
 SchemaPtr (SchemaPtr &&) noexcept=default
 
SchemaPtroperator= (SchemaPtr &&) noexcept=default
 
 SchemaPtr (const SchemaPtr &)
 
SchemaPtroperator= (const SchemaPtr &)
 
const Schemaoperator* () const
 
Schemaoperator* ()
 
const Schemaoperator-> () const
 
Schemaoperator-> ()
 
bool operator== (const SchemaPtr &) const
 

Member Function Documentation

◆ operator->() [1/2]

Schema * yaml_config::SchemaPtr::operator-> ( )
inline

Definition at line 45 of file schema.hpp.

◆ operator->() [2/2]

const Schema * yaml_config::SchemaPtr::operator-> ( ) const
inline

Definition at line 44 of file schema.hpp.


The documentation for this class was generated from the following file: