OW_Format.cpp File Reference

#include "OW_config.h"
#include "OW_Format.hpp"

Include dependency graph for OW_Format.cpp:

Go to the source code of this file.

Namespaces

namespace  OW_NAMESPACE

Defines

#define OW_DEFINE_PUT(type)

Functions

std::ostream & OW_NAMESPACE::operator<< (std::ostream &os, const Format &f)


Define Documentation

#define OW_DEFINE_PUT type   ) 
 

Value:

void Format::put(type t) \
{ \
\
   if (!oss.good()) \
   { \
      return; \
   } \
\
   oss << t; \
}

Definition at line 122 of file OW_Format.cpp.


Generated on Thu Feb 9 08:59:15 2006 for openwbem by  doxygen 1.4.6