#include "OW_config.h"
#include "OW_String.hpp"
#include "OW_Char16.hpp"
#include "OW_Bool.hpp"
#include "OW_CIMFwd.hpp"
#include <iosfwd>
#include <cstring>
Include dependency graph for OW_StringBuffer.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
class | OW_NAMESPACE::StringBuffer |
Functions | |
bool | OW_NAMESPACE::operator== (const StringBuffer &x, const StringBuffer &y) |
bool | OW_NAMESPACE::operator!= (const StringBuffer &x, const StringBuffer &y) |
bool | OW_NAMESPACE::operator== (const StringBuffer &x, const String &y) |
bool | OW_NAMESPACE::operator!= (const StringBuffer &x, const String &y) |
bool | OW_NAMESPACE::operator== (const String &x, const StringBuffer &y) |
bool | OW_NAMESPACE::operator!= (const String &x, const StringBuffer &y) |