GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <string>
#include <vector>
#include <Wt/Json/Object.h>
Go to the source code of this file.
Namespaces | |
GCW | |
GCW::Core | |
helper functions and features | |
Functions | |
std::vector< std::string > | GCW::Core::split (const std::string &value, char delim) |
std::string & | GCW::Core::rtrim (std::string &s, const char *t=trim_ws) |
std::string & | GCW::Core::ltrim (std::string &s, const char *t=trim_ws) |
std::string & | GCW::Core::trim (std::string &s, const char *t=trim_ws) |
std::string | GCW::Core::toupper (const std::string &s) |
std::string | GCW::Core::tolower (const std::string &s) |
Wt::Json::Object | GCW::Core::toJson (Wt::WTreeView *_view) |
std::string | GCW::Core::hexDump (const std::string &data, int start=-1, int end=-1) |
auto | GCW::Core::newGuid () -> std::string |
Generate new GUID string value. More... | |
auto | GCW::Core::currentDateTime () -> Wt::WDateTime |
Current Date/Time. More... | |
auto | GCW::Core::currentDateTimeStorageString () -> std::string |
Variables | |
const char * | GCW::Core::trim_ws = " \t\n\r\f\v" |