#include "OW_config.h"
#include "OW_SerializableIFC.hpp"
#include "OW_String.hpp"
#include <iosfwd>
Include dependency graph for OW_CIMName.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::CIMName |
CIMName encapsulates a CIM Name, which is simply a string, with the special semantic of being case-insensitive and preserving. More... | |
Functions | |
bool | OW_NAMESPACE::operator<= (const CIMName &x, const CIMName &y) |
bool | OW_NAMESPACE::operator> (const CIMName &x, const CIMName &y) |
bool | OW_NAMESPACE::operator>= (const CIMName &x, const CIMName &y) |
bool | OW_NAMESPACE::operator!= (const CIMName &x, const CIMName &y) |
std::ostream & | OW_NAMESPACE::operator<< (std::ostream &ostr, const CIMName &name) |