![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
#include <Windows.h>#include "Configuration.hpp"#include "ResourceCore.h"#include <vector>#include <sstream>Go to the source code of this file.
Functions | |
| DWORD | StringToDWORD (const std::string &str) |
| Convert a string to a DWORD. | |
| std::vector< std::string > | SplitString (const std::string &input, char delimiter=',') |
| Split a string into a vector of strings. | |
| std::string | StrToLower (std::string str) |
| Convert a string to lowercase. | |
| std::vector< std::string > SplitString | ( | const std::string & | input, |
| char | delimiter = ',' |
||
| ) |
Split a string into a vector of strings.
| input | The string to split |
| delimiter | The delimiter to split the string on |
Definition at line 31 of file Configuration.cpp.
References result.
Referenced by Configuration::GetEventProviders().
| DWORD StringToDWORD | ( | const std::string & | str | ) |
Convert a string to a DWORD.
| str | The string to convert |
Definition at line 12 of file Configuration.cpp.
Referenced by Configuration::GetEventProviders().
| std::string StrToLower | ( | std::string | str | ) |
Convert a string to lowercase.
| str | The string to convert |
Definition at line 46 of file Configuration.cpp.
Referenced by Configuration::GetExtensibilitySelected().