Module: SimpleRootStore
Definition in file SimpleRootStore.cpp.
#include "pkif.h"
#include "GottaMatch.h"
#include <sstream>
#include "boost/thread/recursive_mutex.hpp"
Go to the source code of this file.
Functions | |
CAC_API SimpleRootStore * | MakeSimpleRootStore () |
CAC_API void | FreeSimpleRootStore (SimpleRootStore *s) |
CAC_API void FreeSimpleRootStore | ( | SimpleRootStore * | s | ) |
Interface: External
This function is used to delete SimpleRootStore objects allocated using the MakeSimpleRootStore function
s | [in] Pointer to the SimpleRootStore object to delete |
Definition at line 148 of file SimpleRootStore.cpp.
CAC_API SimpleRootStore* MakeSimpleRootStore | ( | ) |
Interface: External
This function returns a pointer to a new instance of SimpleRootStore
Definition at line 136 of file SimpleRootStore.cpp.