fson  1.0.2
A comment-preserving C++ library for FSON — a human-friendly superset of JSON / JSON5
fedem::fson::Fson::Snapshot Class Referencefinal

#include <Fson.hh>

+ Collaboration diagram for fedem::fson::Fson::Snapshot:

Classes

struct  Entry
 

Public Member Functions

bool empty () const noexcept
 
std::set< std::string > files () const
 

Private Attributes

std::map< std::string, Entryentries
 

Friends

class Fson
 

Member Function Documentation

◆ empty()

bool fedem::fson::Fson::Snapshot::empty ( ) const
inlinenoexcept

◆ files()

set< string > fedem::fson::Fson::Snapshot::files ( ) const

Friends And Related Function Documentation

◆ Fson

friend class Fson
friend

Member Data Documentation

◆ entries

std::map< std::string, Entry > fedem::fson::Fson::Snapshot::entries
private

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