knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
StorageManager.h File Reference
#include <map>
#include "knowrob/semweb/Vocabulary.h"
#include "knowrob/plugins/PluginManager.h"
#include "QueryableStorage.h"
Include dependency graph for StorageManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  knowrob::StorageManager
 

Namespaces

 knowrob
 

Macros

#define KNOWROB_BUILTIN_STORAGE(Name, Type)
 

Macro Definition Documentation

◆ KNOWROB_BUILTIN_STORAGE

#define KNOWROB_BUILTIN_STORAGE (   Name,
  Type 
)
Value:
class Type ## _Registration{ static bool isRegistered; }; \
bool Type ## _Registration::isRegistered = knowrob::PluginManager<knowrob::Storage>::addFactory<Type>(Name);

Definition at line 66 of file StorageManager.h.