DAnCE  ..
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs
Functors.h File Reference
#include <iterator>
#include "tao/Basic_Types.h"
#include "tao/StringSeqC.h"
#include "ace/XML_Utils/XMLSchema/Types.hpp"

Classes

struct  DAnCE::Config_Handlers::Sequence_Handler< Source, Dest, Dest_Type, Func >
 
struct  DAnCE::Config_Handlers::String_Seq_Handler< Dest, Dest_Type >
 

Namespaces

namespace  DAnCE
 
namespace  DAnCE::Config_Handlers
 

Macros

#define SEQ_HAND_GCC_BUG_WORKAROUND(W, X, Y)
 

Typedefs

typedef String_Seq_Handler
< ::CORBA::StringSeq,::CORBA::String_var
DAnCE::Config_Handlers::String_Seq_Functor
 

Detailed Description

Author
William Otte wotte.nosp@m.@dre.nosp@m..vand.nosp@m.erbi.nosp@m.lt.ed.nosp@m.u
Id:
Functors.h 95802 2012-05-31 12:37:36Z johnnyw

Functors useful in the config handlers

Macro Definition Documentation

#define SEQ_HAND_GCC_BUG_WORKAROUND (   W,
  X,
 
)
Value:
while(0) { \
W (*X, Y[0]); \
}