#include <iterator>
#include "tao/Basic_Types.h"
#include "tao/StringSeqC.h"
#include "XMLSchema/Types.hpp"
Classes | |
struct | CIAO::Config_Handlers::Sequence_Handler< Source, Dest, Dest_Type, Func > |
struct | CIAO::Config_Handlers::String_Seq_Handler< Dest, Dest_Type > |
Namespaces | |
namespace | CIAO |
namespace | CIAO::Config_Handlers |
Defines | |
#define | SEQ_HAND_GCC_BUG_WORKAROUND(W, X, Y) |
Typedefs | |
typedef String_Seq_Handler < ::CORBA::StringSeq,::CORBA::String_var > | CIAO::Config_Handlers::String_Seq_Functor |
Functors useful in the config handlers
#define SEQ_HAND_GCC_BUG_WORKAROUND | ( | W, | ||
X, | ||||
Y | ||||
) |
while(0) { \
W (*X, Y[0]); \
}