#include <cdf.h>#include "Qdos.h"#include "Xrefs.h"#include <string>Classes | |
| struct | QieSVariable |
| class | QieFile |
| This is the QieFile class. More... | |
| class | QieData |
| This is the QieData class. More... | |
Defines | |
| #define | _CAA 1 |
| #define | _CDF 2 |
| #define | _QFT 3 |
| #define | _QFD 4 |
| #define | _CEF 5 |
| #define | TO_UPPER_LEN 500 |
| #define | N_FT_DATE_STRINGS 6 |
| #define | N_FT_TIME_STRINGS 9 |
| #define | MAX_FT_LENGTH 256 |
| #define | EPOCH_WIDTH 30 |
Typedefs | |
| typedef struct QieSVariable | QieVariable |
Functions | |
| void | QieMsg (const char *status, const char *line1, const char *line2=NULL, const char *line3=NULL) |
| vector< std::string > | QieFindHelperFiles (const char *dataFile, const char *dotExtn) |
| bool | QieStrIsNULL (const char *txt) |
| std::string | QieStripQuotes (std::string value) |
| const char * | QieToUpper (const char *txt) |
| char | QieGetDelim (std::string value) |
| double | QieISOStringToEpoch (std::string Time_str) |
| bool | QieIsISOtime (std::string TestStrISO) |
| bool | QieIsNumber (std::string ptr) |
| std::string | QieSafePath (const char *path) |
| std::string | QieUserHomeDir (const char *user_id) |
| void | setDebug (bool d_on) |
| void | setDebugDisplay (const char *displayPath) |
| void | initDebug () |
| void * | QdaAttrEntryMalloc (long num_elems, long data_type) |
| QdObject_var | QdaCDFattrBufferToObj (void *data, int data_type, int num_elems) |
| bool | cefWrite2 (int set) |
| bool | cefRead2 (int set) |
| #define _CAA 1 |
| #define _CDF 2 |
| #define _CEF 5 |
| #define _QFD 4 |
| #define _QFT 3 |
| #define EPOCH_WIDTH 30 |
| #define MAX_FT_LENGTH 256 |
| #define N_FT_DATE_STRINGS 6 |
| #define N_FT_TIME_STRINGS 9 |
| #define TO_UPPER_LEN 500 |
| typedef struct QieSVariable QieVariable |
| bool cefRead2 | ( | int | set | ) |
| bool cefWrite2 | ( | int | set | ) |
| void initDebug | ( | ) |
| void* QdaAttrEntryMalloc | ( | long | num_elems, | |
| long | data_type | |||
| ) |
| QdObject_var QdaCDFattrBufferToObj | ( | void * | data, | |
| int | data_type, | |||
| int | num_elems | |||
| ) |
| vector<std::string> QieFindHelperFiles | ( | const char * | dataFile, | |
| const char * | dotExtn | |||
| ) |
| char QieGetDelim | ( | std::string | value | ) |
| bool QieIsISOtime | ( | std::string | TestStrISO | ) |
| bool QieIsNumber | ( | std::string | ptr | ) |
| double QieISOStringToEpoch | ( | std::string | Time_str | ) |
| void QieMsg | ( | const char * | status, | |
| const char * | line1, | |||
| const char * | line2 = NULL, |
|||
| const char * | line3 = NULL | |||
| ) |
| std::string QieSafePath | ( | const char * | path | ) |
| std::string QieStripQuotes | ( | std::string | value | ) |
| bool QieStrIsNULL | ( | const char * | txt | ) |
| const char* QieToUpper | ( | const char * | txt | ) |
| std::string QieUserHomeDir | ( | const char * | user_id | ) |
| void setDebug | ( | bool | d_on | ) |
| void setDebugDisplay | ( | const char * | displayPath | ) |
1.5.7