#include "ace/CORBA_macros.h"
#include "tao/Managed_Types.h"
#include "tao/orbconf.h"
#include "tao/default_environment.h"
#include "tao/Sequence_T.h"
Include dependency graph for Sequence.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
Compounds | |
class | TAO_Base_Sequence |
Base class for TAO sequences. More... | |
class | TAO_Bounded_Base_Sequence |
Base class for all bounded sequences. More... | |
class | TAO_Unbounded_Base_Sequence |
Base class for all bounded sequences. More... | |
class | TAO_Unbounded_Sequence< CORBA::Octet > |
An unbounded sequence of Octets. More... | |
class | TAO_Unbounded_String_Sequence |
Unbounded sequence of strings. More... | |
class | TAO_Unbounded_WString_Sequence |
Unbounded sequence of wstrings. More... | |
Defines | |
#define | TAO_SEQUENCE_ASSERT(TAO_IDX, TAO_MAX) this->check_bounds(__FILE__, __LINE__, (TAO_IDX), (TAO_MAX)) |
Safe assertions without including Log_Msg.h. | |
Functions | |
TAO_Export int | operator== (const TAO_Unbounded_Sequence< CORBA::Octet > &l, const TAO_Unbounded_Sequence< CORBA::Octet > &r) |
TAO_Export int | operator!= (const TAO_Unbounded_Sequence< CORBA::Octet > &l, const TAO_Unbounded_Sequence< CORBA::Octet > &r) |
|
Safe assertions without including Log_Msg.h.
|
|
|
|
|