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
ustringnode.h
Go to the documentation of this file.
1
11
#ifndef ___ustringnode___
12
#define ___ustringnode___
13
14
#include "
unode.h
"
15
#include "
ustring.h
"
16
17
namespace
ulib {
18
19
21
class
CUStringNode
:
public
CUNode
22
{
23
public
:
24
CUStringNode
();
25
~CUStringNode
();
26
27
bool
SetData
(
char
*arg_str );
28
bool
SetData
(
CUString
&arg_str );
29
char
*
GetData
();
30
};
31
32
}
33
#endif
34
35
// EOF ㅁ
36
Generated on Sat Apr 6 2013 15:15:05 for ulib by
1.8.1.2