Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
#include <string.h>
#include <algorithm>
#include <iosfwd>
#include <string>
#include <cstddef>
Go to the source code of this file.
Namespaces | |
namespace | operations_research |
Classes | |
class | operations_research::StringPiece |
Functions | |
bool | operator== (const operations_research::StringPiece &x, const operations_research::StringPiece &y) |
namespace operations_research | |
bool | operator!= (const operations_research::StringPiece &x, const operations_research::StringPiece &y) |
bool | operator< (const operations_research::StringPiece &x, const operations_research::StringPiece &y) |
bool | operator> (const operations_research::StringPiece &x, const operations_research::StringPiece &y) |
bool | operator<= (const operations_research::StringPiece &x, const operations_research::StringPiece &y) |
bool | operator>= (const operations_research::StringPiece &x, const operations_research::StringPiece &y) |
std::ostream & | operator<< (std::ostream &o, const operations_research::StringPiece &piece) |
allow StringPiece to be logged |
bool operator!= | ( | const operations_research::StringPiece & | x, | |
const operations_research::StringPiece & | y | |||
) | [inline] |
Definition at line 160 of file stringpiece.h.
bool operator< | ( | const operations_research::StringPiece & | x, | |
const operations_research::StringPiece & | y | |||
) |
Definition at line 42 of file stringpiece.cc.
std::ostream& operator<< | ( | std::ostream & | o, | |
const operations_research::StringPiece & | piece | |||
) |
allow StringPiece to be logged
OR_TOOLS_BASE_STRINGPIECE_H_
Definition at line 20 of file stringpiece.cc.
bool operator<= | ( | const operations_research::StringPiece & | x, | |
const operations_research::StringPiece & | y | |||
) | [inline] |
Definition at line 173 of file stringpiece.h.
bool operator== | ( | const operations_research::StringPiece & | x, | |
const operations_research::StringPiece & | y | |||
) |
bool operator> | ( | const operations_research::StringPiece & | x, | |
const operations_research::StringPiece & | y | |||
) | [inline] |
Definition at line 168 of file stringpiece.h.
bool operator>= | ( | const operations_research::StringPiece & | x, | |
const operations_research::StringPiece & | y | |||
) | [inline] |
Definition at line 178 of file stringpiece.h.