General purpose string class.
More...
#include <JHead.hh>
General purpose string class.
Definition at line 102 of file JHead.hh.
JAANET::String::String |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 106 of file JHead.hh.
std::string buffer
General purpose name.
bool JAANET::String::match |
( |
const String & |
object | ) |
const |
|
inline |
Test match.
- Parameters
-
- Returns
- true if matches; else false
Definition at line 116 of file JHead.hh.
118 return buffer ==
object.buffer;
std::string buffer
General purpose name.
JAANET::String::ClassDefNV |
( |
String |
, |
|
|
1 |
|
|
) |
| |
std::string JAANET::String::buffer |
General purpose name.
Definition at line 121 of file JHead.hh.
The documentation for this struct was generated from the following file: