![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
#include <database.hpp>
Public Member Functions | |
| std::string | UpdateEntry (std::string key, std::string entry) |
| BOOL | AddEntry (std::string key, std::string entry) |
| std::string | GetEntry (std::string hash) |
| ERRORCODE | InitializeDatabase () |
| PanoptesDatabase () | |
Definition at line 7 of file database.hpp.
| PanoptesDatabase::PanoptesDatabase | ( | ) |
Definition at line 68 of file database.cpp.
References m_options.
| BOOL PanoptesDatabase::AddEntry | ( | std::string | key, |
| std::string | entry | ||
| ) |
Definition at line 33 of file database.cpp.
References m_database.
| std::string PanoptesDatabase::GetEntry | ( | std::string | hash | ) |
Definition at line 43 of file database.cpp.
References m_database.
Referenced by UpdateEntry().
| ERRORCODE PanoptesDatabase::InitializeDatabase | ( | ) |
Definition at line 23 of file database.cpp.
References DB_INITIALIZATION, m_database, m_options, PANO_SUCCESS, and PANOPTES_DATABASE_PATH.
| std::string PanoptesDatabase::UpdateEntry | ( | std::string | key, |
| std::string | entry | ||
| ) |
Definition at line 49 of file database.cpp.
References GetEntry(), and m_database.