SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::Config::Parser::Options Class Referencefinal

#include <swcdb/core/config/PropertiesParser.h>

+ Collaboration diagram for SWC::Config::Parser::Options:

Public Member Functions

 Options () noexcept
 
Optionsoperator= (Options &&) noexcept
 
 Options (Options &&)=delete
 
 Options (const Options &)=delete
 
Optionsoperator= (const Options &)=delete
 
 ~Options () noexcept
 

Public Attributes

std::map< std::string, Property::Value::Ptrmap
 

Detailed Description

Definition at line 175 of file PropertiesParser.h.

Constructor & Destructor Documentation

◆ Options() [1/3]

SWC::Config::Parser::Options::Options ( )
noexcept

Definition at line 357 of file PropertiesParser.cc.

◆ Options() [2/3]

SWC::Config::Parser::Options::Options ( Options &&  )
delete

◆ Options() [3/3]

SWC::Config::Parser::Options::Options ( const Options )
delete

◆ ~Options()

SWC::Config::Parser::Options::~Options ( )
noexcept

Definition at line 365 of file PropertiesParser.cc.

Member Function Documentation

◆ operator=() [1/2]

Options& SWC::Config::Parser::Options::operator= ( const Options )
delete

◆ operator=() [2/2]

Parser::Options & SWC::Config::Parser::Options::operator= ( Parser::Options &&  other)
noexcept

Definition at line 360 of file PropertiesParser.cc.

Member Data Documentation

◆ map

std::map<std::string, Property::Value::Ptr> SWC::Config::Parser::Options::map

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