userver: yaml_config::SchemaPtr Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
yaml_config::SchemaPtr Class Referencefinal

Detailed Description

Definition at line 34 of file schema.hpp.

Public Member Functions

 SchemaPtr (Schema &&schema)
 
const Schemaoperator* () const
 
Schemaoperator* ()
 
const Schemaoperator-> () const
 

Member Function Documentation

◆ operator*() [1/2]

Schema & yaml_config::SchemaPtr::operator* ( )
inline

Definition at line 39 of file schema.hpp.

◆ operator*() [2/2]

const Schema & yaml_config::SchemaPtr::operator* ( ) const
inline

Definition at line 38 of file schema.hpp.

◆ operator->()

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

Definition at line 41 of file schema.hpp.


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