|
bool | Engine::operator!= (AsciiString lv, AsciiString rv) throw () |
| Tests if the std::string on the left side of the operator is not equal to the std::string on the right side. More...
|
|
bool | Engine::operator!= (WideString lv, WideString rv) throw () |
| Tests if the std::string on the left side of the operator is not equal to the std::string on the right side. More...
|
|
bool | Engine::operator!= (ByteArray lv, ByteArray rv) throw () |
| Tests if the std::vector on the left side of the operator is not equal to the std::vector on the right side. More...
|
|
template<typename T > |
bool | Engine::operator!= (MemBlock< T > lv, MemBlock< T > rv) throw () |
| Tests if the object on the left side of the operator is not equal to the object on the right side. More...
|
|
bool | Engine::operator< (AsciiString lv, AsciiString rv) throw () |
| Tests if the std::string on the left side of the operator is less than the std::string on the right side. More...
|
|
bool | Engine::operator< (WideString lv, WideString rv) throw () |
| Tests if the std::string on the left side of the operator is less than the std::string on the right side. More...
|
|
bool | Engine::operator< (ByteArray lv, ByteArray rv) throw () |
| Tests if the std::vector on the left side of the operator is less than the std::vector on the right side. More...
|
|
template<typename T > |
bool | Engine::operator< (MemBlock< T > lv, MemBlock< T > rv) throw () |
| Tests if the iterator object on the left side of the operator is greater than the iterator object on the right side. More...
|
|
V12_API std::ostream & | Engine::operator<< (std::ostream &stream, Engine::AsciiString value) |
| Writes AsciiString to the stream. More...
|
|
V12_API std::ostream & | Engine::operator<< (std::ostream &stream, Engine::WideString value) |
| Writes AsciiString to the stream. More...
|
|
V12_API std::ostream & | Engine::operator<< (std::ostream &stream, Engine::ByteArray value) |
| Writes ByteArray to the stream. More...
|
|
bool | Engine::operator== (AsciiString lv, AsciiString rv) throw () |
| Tests if the std::string on the left side of the operator is equal to the std::string on the right side. More...
|
|
bool | Engine::operator== (WideString lv, WideString rv) throw () |
| Tests if the std::string on the left side of the operator is equal to the std::string on the right side. More...
|
|
bool | Engine::operator== (ByteArray lv, ByteArray rv) throw () |
| Tests if the std::vector on the left side of the operator is equal to the std::vector on the right side. More...
|
|
template<typename T > |
bool | Engine::operator== (MemBlock< T > lv, MemBlock< T > rv) throw () |
| Tests if the object on the left side of the operator is equal to the object on the right side. More...
|
|
bool | Engine::operator> (AsciiString lv, AsciiString rv) throw () |
| Tests if the iterator std::string on the left side of the operator is greater than the iterator std::string on the right side. More...
|
|
bool | Engine::operator> (WideString lv, WideString rv) throw () |
| Tests if the iterator std::string on the left side of the operator is greater than the iterator std::string on the right side. More...
|
|
bool | Engine::operator> (ByteArray lv, ByteArray rv) throw () |
| Tests if the iterator std::vector on the left side of the operator is greater than the iterator std::vector on the right side. More...
|
|
template<typename T > |
bool | Engine::operator> (MemBlock< T > lv, MemBlock< T > rv) throw () |
| Tests if the iterator object on the left side of the operator is greater than the iterator object on the right side. More...
|
|