#include <cccc_rec.h>
Definition at line 38 of file cccc_rec.h.
virtual CCCC_Record::~CCCC_Record |
( |
| ) |
|
|
inlinevirtual |
void CCCC_Record::add_extent |
( |
CCCC_Item & |
is | ) |
|
|
virtual |
Reimplemented in CCCC_UseRelationship.
Definition at line 63 of file cccc_rec.cc.
68 if(new_extent != inserted_extent)
int GetFromItem(CCCC_Item &item)
T * find_or_insert(T *new_item_ptr)
Extent_Table extent_table
Definition at line 28 of file cccc_rec.cc.
static CCCC_Project * active_project
virtual int CCCC_Record::get_count |
( |
const char * |
count_tag | ) |
|
|
pure virtual |
string CCCC_Record::key |
( |
| ) |
const |
|
virtual |
Definition at line 76 of file cccc_rec.cc.
virtual string name(int level) const
void CCCC_Record::merge_flags |
( |
string & |
new_flags | ) |
|
|
protectedvirtual |
Definition at line 31 of file cccc_rec.cc.
33 const char *new_flag_array=new_flags.c_str();
34 const char *flag_array=
flags.c_str();
35 unsigned int len=strlen(flag_array);
36 if(strlen(new_flag_array)==len)
42 if(flag_array[i]==
'?')
44 buf[i]=new_flag_array[i];
void Resolve_Fields(string &field1, string &field2)
string CCCC_Record::name |
( |
int |
level | ) |
const |
|
virtual |
Definition at line 29 of file cccc_rec.cc.
static CCCC_Project * active_project
virtual void CCCC_Record::sort |
( |
| ) |
|
|
inlinevirtual |
Definition at line 55 of file cccc_rec.h.
Extent_Table extent_table
int rank_by_string |
( |
const void * |
p1, |
|
|
const void * |
p2 |
|
) |
| |
|
friend |
string CCCC_Record::flags |
|
protected |
The documentation for this class was generated from the following files: