39 char v_as_char=
'!', ut_as_char=
'!';
87 char v_as_char, ut_as_char;
133 sprintf(buf,
"%015d",
extkey);
142 return rtnbuf.c_str();
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,
":");
static unsigned int nextkey
bool Insert(const string &s)
int get_count(const char *count_tag)
int GetFromItem(CCCC_Item &item)
int AddToItem(CCCC_Item &item)
string name(int index) const