#include "OWBI1_config.h"
#include "OWBI1_SerializableIFC.hpp"
#include "OWBI1_String.hpp"
#include <iosfwd>
Include dependency graph for OWBI1_CIMName.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OWBI1 |
Classes | |
class | OWBI1::CIMName |
CIMName encapsulates a CIM Name, which is simply a string, with the special semantic of being case-insensitive and preserving. More... | |
Functions | |
bool | OWBI1::operator<= (const CIMName &x, const CIMName &y) |
bool | OWBI1::operator> (const CIMName &x, const CIMName &y) |
bool | OWBI1::operator>= (const CIMName &x, const CIMName &y) |
bool | OWBI1::operator!= (const CIMName &x, const CIMName &y) |
std::ostream & | OWBI1::operator<< (std::ostream &ostr, const CIMName &name) |