nis-util  1.0.D108
Data Structures | Functions
lib/rcstring.h File Reference
#include <lib/ac/stddef.h>
#include <lib/ac/stdarg.h>
#include <lib/gcc-attr.h>
#include <vector>

Go to the source code of this file.

Data Structures

class  rcstring
class  rcstring::string_ty

Functions

rcstring operator+ (const rcstring &lhs, const rcstring &rhs)
bool operator< (const rcstring &lhs, const rcstring &rhs)
bool operator<= (const rcstring &lhs, const rcstring &rhs)
bool operator> (const rcstring &lhs, const rcstring &rhs)
bool operator>= (const rcstring &lhs, const rcstring &rhs)

Function Documentation

rcstring operator+ ( const rcstring lhs,
const rcstring rhs 
) [inline]

Definition at line 393 of file rcstring.h.

bool operator< ( const rcstring lhs,
const rcstring rhs 
)

Definition at line 264 of file rcstring.cc.

bool operator<= ( const rcstring lhs,
const rcstring rhs 
)

Definition at line 270 of file rcstring.cc.

bool operator> ( const rcstring lhs,
const rcstring rhs 
)

Definition at line 276 of file rcstring.cc.

bool operator>= ( const rcstring lhs,
const rcstring rhs 
)

Definition at line 282 of file rcstring.cc.