cpp-reflect
C++ Reflection and Annotations Library
Loading...
Searching...
No Matches
refl::archive Class Referenceexport
module reflect

Public Member Functions

 archive ()=default
 
anyoperator[] (const std::string &path)
 
anyat (const std::string &path)
 
const anyat (const std::string &path) const
 
bool contains (const std::string &path) const
 

Detailed Description

Definition at line 13 of file archive.cppm.

Constructor & Destructor Documentation

◆ archive()

refl::archive::archive ( )
exportdefault

Member Function Documentation

◆ at() [1/2]

any & refl::archive::at ( const std::string & path)
inlineexport

Definition at line 25 of file archive.cppm.

◆ at() [2/2]

const any & refl::archive::at ( const std::string & path) const
inlineexport

Definition at line 29 of file archive.cppm.

◆ contains()

bool refl::archive::contains ( const std::string & path) const
inlineexport

Definition at line 33 of file archive.cppm.

◆ operator[]()

any & refl::archive::operator[] ( const std::string & path)
inlineexport

Definition at line 18 of file archive.cppm.


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