Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy   
 

/home/orenmnero/autobuild/quickfix/src/C++/FieldMap.h File Reference

Go to the source code of this file.

Namespaces

namespace  FIX

Defines

#define FIELD_SET(MAP, FIELD)


Define Documentation

#define FIELD_SET MAP,
FIELD   ) 
 

Value:

bool isSet( const FIELD& field ) const    \
{ return (MAP).isSetField(field); }       \
void set( const FIELD& field )            \
{ (MAP).setField(field); }                \
FIELD& get( FIELD& field ) const          \
{ return (FIELD&)(MAP).getField(field); }

Definition at line 169 of file FieldMap.h.


Generated on Mon Jul 24 19:36:31 2006 for QuickFIX by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2001