#include <cstring>
Go to the source code of this file.
Classes | |
class | BCP_string |
This class is a very simple impelementation of a constant length string. More... | |
Functions | |
bool | operator== (const BCP_string &s0, const char *s1) |
Equality tester for a BCP_string and a C style string. More... | |
bool | operator== (const BCP_string &s0, const BCP_string &s1) |
Equality tester for a C style string and a BCP_string . More... | |
bool | operator== (const char *s0, const BCP_string &s1) |
Equality tester for two BCP_string s. More... | |
|
inline |
Equality tester for a BCP_string
and a C style string.
Definition at line 70 of file BCP_string.hpp.
|
inline |
Equality tester for a C style string and a BCP_string
.
Definition at line 78 of file BCP_string.hpp.
|
inline |
Equality tester for two BCP_string
s.
Definition at line 84 of file BCP_string.hpp.