ders::ch_rng Struct Reference
Represents character range.
More...
#include <text.hpp>
List of all members.
Detailed Description
Represents character range.
Definition at line 47 of file text.hpp.
Constructor & Destructor Documentation
ders::ch_rng::ch_rng |
( |
const char * |
str |
) |
|
Definition at line 47 of file text.cpp.
00048 {
00049 assert(str!=0);
00050 beg=str;
00051 end=str+strlen(str);
00052 }
ders::ch_rng::ch_rng |
( |
const char * |
b, |
|
|
const char * |
e | |
|
) |
| | [inline] |
ders::ch_rng::ch_rng |
( |
const text & |
t |
) |
[inline] |
ders::ch_rng::ch_rng |
( |
const sh_text & |
sht |
) |
[inline] |
Member Function Documentation
int ders::ch_rng::size |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this struct was generated from the following files: