|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
Include dependency graph for Core.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | GCW |
| namespace | 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. | |
| auto | GCW::Core::currentDateTime () -> Wt::WDateTime |
| Current Date/Time. | |
| auto | GCW::Core::currentDateTimeStorageString () -> std::string |
| auto | GCW::Core::currentDateTimeDisplayString () -> std::string |
Variables | |
| const char * | GCW::Core::trim_ws = " \t\n\r\f\v" |