Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Format.cpp File Reference

#include "blocxx/BLOCXX_config.h"
#include "blocxx/Format.hpp"

Include dependency graph for Format.cpp:

Go to the source code of this file.

Namespaces

namespace  BLOCXX_NAMESPACE

Defines

#define BLOCXX_DEFINE_PUT(type)

Functions

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


Define Documentation

#define BLOCXX_DEFINE_PUT type   ) 
 

Value:

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

Definition at line 124 of file Format.cpp.


Generated on Mon Sep 12 23:59:29 2005 for blocxx by  doxygen 1.4.4