ConfigDB/src/include/ConfigDB/Store.h File Reference
#include "Object.h"
#include "Array.h"
#include "ObjectArray.h"
#include "Union.h"
#include "Pool.h"
#include <debug_progmem.h>
Include dependency graph for ConfigDB/src/include/ConfigDB/Store.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ConfigDB::Store
 Manages access to an object store, typically one file. More...
 

Namespaces

 ConfigDB
 

Macros

#define CFGDB_DEBUG(fmt, ...)   debug_e("[CFGDB] %s() %s %p" fmt, __FUNCTION__, getName().c_str(), this, ##__VA_ARGS__);
 

Macro Definition Documentation

◆ CFGDB_DEBUG

#define CFGDB_DEBUG (   fmt,
  ... 
)    debug_e("[CFGDB] %s() %s %p" fmt, __FUNCTION__, getName().c_str(), this, ##__VA_ARGS__);

ConfigDB/Store.h

Copyright 2024 mikee47 mike@.nosp@m.sill.nosp@m.yhous.nosp@m.e.ne.nosp@m.t

This file is part of the ConfigDB Library

This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 or later.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this library. If not, see https://www.gnu.org/licenses/.