LibOFX
|
Declaration of an OfxRequests to create an OFX file containing a generic request . More...
Go to the source code of this file.
Data Structures | |
class | OfxRequest |
A generic request. More... | |
Functions | |
Some general helper functions | |
std::string | time_t_to_ofxdatetime (time_t time) |
std::string | time_t_to_ofxdate (time_t time) |
std::string | OfxHeader (const char *hver) |
Declaration of an OfxRequests to create an OFX file containing a generic request .
Definition in file ofx_request.hh.
std::string OfxHeader | ( | const char * | hver | ) |
Definition at line 50 of file ofx_request.cpp.
std::string time_t_to_ofxdate | ( | time_t | time | ) |
Definition at line 40 of file ofx_request.cpp.
std::string time_t_to_ofxdatetime | ( | time_t | time | ) |
Definition at line 30 of file ofx_request.cpp.