FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
tokenstring.hxx
Go to the documentation of this file.
1
#ifndef __TOKENSTRINGDEFS
2
#define __TOKENSTRINGDEFS
3
#include <string.h>
4
#include "
dim_core.hxx
"
5
6
class
DllExp
TokenString
7
{
8
public
:
9
10
TokenString
(
char
*
str
);
11
TokenString
(
char
*str,
char
*seps);
12
~
TokenString
();
13
int
getToken(
char
*&token);
14
void
pushToken();
15
void
popToken();
16
int
cmpToken(
char
*str);
17
int
firstToken();
18
int
getNTokens();
19
int
getNTokens(
char
*str);
20
21
private
:
22
void
store_str(
char
*str);
23
char
*
token_buff
;
24
char
*
token_ptr
;
25
char
*
curr_token_ptr
;
26
char
*
push_token_ptr
;
27
char
*
token_seps
;
28
int
n_tokens
;
29
};
30
31
#endif
TokenString::curr_token_ptr
char * curr_token_ptr
Definition:
tokenstring.hxx:25
TokenString::push_token_ptr
char * push_token_ptr
Definition:
tokenstring.hxx:26
str
char str[80]
Definition:
test_client.c:7
TokenString::token_ptr
char * token_ptr
Definition:
tokenstring.hxx:24
dim_core.hxx
DllExp
#define DllExp
Definition:
dim_common.h:93
TokenString
Definition:
tokenstring.hxx:6
TokenString::n_tokens
int n_tokens
Definition:
tokenstring.hxx:28
TokenString::token_seps
char * token_seps
Definition:
tokenstring.hxx:27
TokenString::token_buff
char * token_buff
Definition:
tokenstring.hxx:23
dim
dim
tokenstring.hxx
Generated on Sun Sep 18 2016 20:50:17 for FACT++ by
1.8.11