#include <cccc_ext.h>
Definition at line 33 of file cccc_ext.h.
CCCC_Extent::CCCC_Extent |
( |
| ) |
|
Definition at line 30 of file cccc_ext.cc.
static unsigned int nextkey
Definition at line 37 of file cccc_ext.cc.
39 char v_as_char=
'!', ut_as_char=
'!';
static unsigned int nextkey
int CCCC_Extent::AddToItem |
( |
CCCC_Item & |
item | ) |
|
Definition at line 64 of file cccc_ext.cc.
bool Insert(const string &s)
int CCCC_Extent::get_count |
( |
const char * |
count_tag | ) |
|
Definition at line 147 of file cccc_ext.cc.
149 char local_count_buffer[100], *count_tag_ptr, *count_value_ptr;
151 count_tag_ptr=strtok(local_count_buffer,
":");
152 while(count_tag_ptr!=NULL)
154 count_value_ptr=strtok(NULL,
" ");
155 if(strcmp(count_tag_ptr, count_tag) ==0)
157 retval+=atoi(count_value_ptr);
159 count_tag_ptr=strtok(NULL,
":");
const char* CCCC_Extent::get_description |
( |
| ) |
const |
|
inline |
UseType CCCC_Extent::get_usetype |
( |
| ) |
const |
|
inline |
int CCCC_Extent::GetFromItem |
( |
CCCC_Item & |
item | ) |
|
Definition at line 84 of file cccc_ext.cc.
87 char v_as_char, ut_as_char;
string CCCC_Extent::key |
( |
| ) |
const |
Definition at line 145 of file cccc_ext.cc.
string name(int index) const
string CCCC_Extent::name |
( |
int |
index | ) |
const |
Definition at line 107 of file cccc_ext.cc.
133 sprintf(buf,
"%015d",
extkey);
142 return rtnbuf.c_str();
string CCCC_Extent::count_buffer |
|
private |
string CCCC_Extent::description |
|
private |
unsigned int CCCC_Extent::extkey |
|
private |
string CCCC_Extent::filename |
|
private |
string CCCC_Extent::flags |
|
private |
string CCCC_Extent::linenumber |
|
private |
unsigned int CCCC_Extent::nextkey =0 |
|
staticprivate |
The documentation for this class was generated from the following files: