ulib
1.0
S.W. Lee's essential C++ library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
include
ustringlistro.h
Go to the documentation of this file.
1
11
#ifndef ___ustringlistro___
12
#define ___ustringlistro___
13
14
#include <string.h>
15
#include <stdio.h>
16
#include <stdlib.h>
17
#include "
ustring.h
"
18
#include "
ulist.h
"
19
20
21
namespace
ulib {
22
24
33
34
class
CUStringListRO
35
{
36
public
:
37
CUStringListRO
();
38
CUStringListRO
(
const
CUString
&
str
,
const
CUString
&delimeter );
39
~CUStringListRO
();
40
41
public
:
42
size_t
GetSize
();
43
char
*
GetAt
(
int
nPos );
44
void
MakeList
(
const
CUString
&arg_str,
CUString
delimeter );
45
void
Clear
();
46
47
public
:
48
CUString
str
;
49
int
*
pos
;
50
size_t
size
;
51
};
52
53
}
54
55
#endif
56
Generated on Sat Apr 6 2013 15:15:05 for ulib by
1.8.1.2