CCCC - C and C++ Code Counter
9999-git
CCCC Development version (post-3.1.4)
|
Go to the source code of this file.
Macros | |
#define | LINE_BUFFER_SIZE 1000 |
#define | SEP '@' |
Functions | |
bool | PeekAtNextLinePrefix (ifstream &ifstr, string pfx) |
template<class T > | |
void | DisposeOfImportRecord (T *record_ptr, int fromfile_status) |
void | Resolve_Fields (string &field1, string &field2) |
template void | DisposeOfImportRecord (CCCC_Module *record_ptr, int fromfile_status) |
template void | DisposeOfImportRecord (CCCC_Member *record_ptr, int fromfile_status) |
template void | DisposeOfImportRecord (CCCC_UseRelationship *record_ptr, int fromfile_status) |
template void | DisposeOfImportRecord (CCCC_Extent *record_ptr, int fromfile_status) |
Variables | |
CCCC_Project * | current_loading_project =NULL |
CCCC_Module * | current_loading_module =NULL |
CCCC_Member * | current_loading_extent =NULL |
CCCC_UseRelationship * | current_loading_userel =NULL |
int | ifstr_line |
CCCC_Project * | prj |
static string | last_supplier ="" |
#define LINE_BUFFER_SIZE 1000 |
Definition at line 30 of file cccc_db.cc.
#define SEP '@' |
Definition at line 44 of file cccc_db.cc.
void DisposeOfImportRecord | ( | T * | record_ptr, |
int | fromfile_status | ||
) |
Definition at line 66 of file cccc_db.cc.
template void DisposeOfImportRecord | ( | CCCC_Module * | record_ptr, |
int | fromfile_status | ||
) |
template void DisposeOfImportRecord | ( | CCCC_Member * | record_ptr, |
int | fromfile_status | ||
) |
template void DisposeOfImportRecord | ( | CCCC_UseRelationship * | record_ptr, |
int | fromfile_status | ||
) |
template void DisposeOfImportRecord | ( | CCCC_Extent * | record_ptr, |
int | fromfile_status | ||
) |
bool PeekAtNextLinePrefix | ( | ifstream & | ifstr, |
string | pfx | ||
) |
void Resolve_Fields | ( | string & | field1, |
string & | field2 | ||
) |
CCCC_Member* current_loading_extent =NULL |
Definition at line 27 of file cccc_db.cc.
CCCC_Module* current_loading_module =NULL |
Definition at line 26 of file cccc_db.cc.
CCCC_Project* current_loading_project =NULL |
Definition at line 25 of file cccc_db.cc.
CCCC_UseRelationship* current_loading_userel =NULL |
Definition at line 28 of file cccc_db.cc.
int ifstr_line |
Definition at line 32 of file cccc_db.cc.
|
static |
Definition at line 40 of file cccc_db.cc.
CCCC_Project* prj |
Definition at line 49 of file ccccmain.cc.