Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

POA_HxCorba::VxMutableSegment_tie Class Template Reference

#include <HxCorbaDatabaseSessions_skel_tie.h>

Inheritance diagram for POA_HxCorba::VxMutableSegment_tie::

POA_HxCorba::VxMutableSegment POA_HxCorba::VxSegmentBuilder POA_HxCorba::VxSegment List of all members.

Public Methods

 VxMutableSegment_tie (T &t)
 VxMutableSegment_tie (T &t, PortableServer::POA_ptr poa)
 VxMutableSegment_tie (T *p, CORBA::Boolean release=true)
 VxMutableSegment_tie (T *p, PortableServer::POA_ptr poa, CORBA::Boolean release=true)
virtual ~VxMutableSegment_tie ()
T * _tied_object ()
void _tied_object (T &obj)
void _tied_object (T *obj, CORBA::Boolean release=true)
CORBA::Boolean _is_owner ()
void _is_owner (CORBA::Boolean b)
virtual void setStart (CORBA::Long start) throw (CORBA::SystemException)
virtual void setEnd (CORBA::Long end) throw (CORBA::SystemException)
virtual void removeInt (const char *id) throw (HxCorba::DatabaseException, CORBA::SystemException)
virtual void removeDouble (const char *id) throw (HxCorba::DatabaseException, CORBA::SystemException)
virtual void removeString (const char *id) throw (HxCorba::DatabaseException, CORBA::SystemException)
virtual void changeInt (const char *id, CORBA::Long newValue) throw (HxCorba::DatabaseException, CORBA::SystemException)
virtual void changeDouble (const char *id, CORBA::Double newValue) throw (HxCorba::DatabaseException, CORBA::SystemException)
virtual void changeString (const char *id, const char *newValue) throw (HxCorba::DatabaseException, CORBA::SystemException)
virtual void addInt (const char *id, CORBA::Long value) throw (HxCorba::DatabaseException, CORBA::SystemException)
virtual void addDouble (const char *id, CORBA::Double value) throw (HxCorba::DatabaseException, CORBA::SystemException)
virtual void addString (const char *id, const char *value) throw (HxCorba::DatabaseException, CORBA::SystemException)
virtual CORBA::Long start () throw (CORBA::SystemException)
virtual CORBA::Long end () throw (CORBA::SystemException)
virtual CORBA::Long length () throw (CORBA::SystemException)
virtual HxCorba::StringSeqgetIds () throw (CORBA::SystemException)
virtual HxCorba::StringSeqgetTypes () throw (CORBA::SystemException)
virtual CORBA::Long getInt (const char *id) throw (CORBA::SystemException)
virtual CORBA::Double getDouble (const char *id) throw (CORBA::SystemException)
virtual char * getString (const char *id) throw (CORBA::SystemException)
virtual CORBA::Long getIntFlag (const char *id, CORBA::Boolean_out present) throw (CORBA::SystemException)
virtual CORBA::Double getDoubleFlag (const char *id, CORBA::Boolean_out present) throw (CORBA::SystemException)
virtual char * getStringFlag (const char *id, CORBA::Boolean_out present) throw (CORBA::SystemException)
PortableServer::POA_ptr _default_POA ()

template<class T>
class POA_HxCorba::VxMutableSegment_tie< T >


Constructor & Destructor Documentation

template<class T>
POA_HxCorba::VxMutableSegment_tie< T >::VxMutableSegment_tie T &    t [inline]
 

template<class T>
POA_HxCorba::VxMutableSegment_tie< T >::VxMutableSegment_tie T &    t,
PortableServer::POA_ptr    poa
[inline]
 

template<class T>
POA_HxCorba::VxMutableSegment_tie< T >::VxMutableSegment_tie T *    p,
CORBA::Boolean    release = true
[inline]
 

template<class T>
POA_HxCorba::VxMutableSegment_tie< T >::VxMutableSegment_tie T *    p,
PortableServer::POA_ptr    poa,
CORBA::Boolean    release = true
[inline]
 

template<class T>
virtual POA_HxCorba::VxMutableSegment_tie< T >::~VxMutableSegment_tie   [inline, virtual]
 


Member Function Documentation

template<class T>
T* POA_HxCorba::VxMutableSegment_tie< T >::_tied_object   [inline]
 

template<class T>
void POA_HxCorba::VxMutableSegment_tie< T >::_tied_object T &    obj [inline]
 

template<class T>
void POA_HxCorba::VxMutableSegment_tie< T >::_tied_object T *    obj,
CORBA::Boolean    release = true
[inline]
 

template<class T>
CORBA::Boolean POA_HxCorba::VxMutableSegment_tie< T >::_is_owner   [inline]
 

template<class T>
void POA_HxCorba::VxMutableSegment_tie< T >::_is_owner CORBA::Boolean    b [inline]
 

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::setStart CORBA::Long    start throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxMutableSegment.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::setEnd CORBA::Long    end throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxMutableSegment.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::removeInt const char *    id throw (HxCorba::DatabaseException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxMutableSegment.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::removeDouble const char *    id throw (HxCorba::DatabaseException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxMutableSegment.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::removeString const char *    id throw (HxCorba::DatabaseException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxMutableSegment.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::changeInt const char *    id,
CORBA::Long    newValue
throw (HxCorba::DatabaseException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxMutableSegment.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::changeDouble const char *    id,
CORBA::Double    newValue
throw (HxCorba::DatabaseException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxMutableSegment.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::changeString const char *    id,
const char *    newValue
throw (HxCorba::DatabaseException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxMutableSegment.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::addInt const char *    id,
CORBA::Long    value
throw (HxCorba::DatabaseException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegmentBuilder.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::addDouble const char *    id,
CORBA::Double    value
throw (HxCorba::DatabaseException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegmentBuilder.

template<class T>
virtual void POA_HxCorba::VxMutableSegment_tie< T >::addString const char *    id,
const char *    value
throw (HxCorba::DatabaseException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegmentBuilder.

template<class T>
virtual CORBA::Long POA_HxCorba::VxMutableSegment_tie< T >::start   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual CORBA::Long POA_HxCorba::VxMutableSegment_tie< T >::end   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual CORBA::Long POA_HxCorba::VxMutableSegment_tie< T >::length   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual HxCorba::StringSeq* POA_HxCorba::VxMutableSegment_tie< T >::getIds   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual HxCorba::StringSeq* POA_HxCorba::VxMutableSegment_tie< T >::getTypes   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual CORBA::Long POA_HxCorba::VxMutableSegment_tie< T >::getInt const char *    id throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual CORBA::Double POA_HxCorba::VxMutableSegment_tie< T >::getDouble const char *    id throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual char* POA_HxCorba::VxMutableSegment_tie< T >::getString const char *    id throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual CORBA::Long POA_HxCorba::VxMutableSegment_tie< T >::getIntFlag const char *    id,
CORBA::Boolean_out    present
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual CORBA::Double POA_HxCorba::VxMutableSegment_tie< T >::getDoubleFlag const char *    id,
CORBA::Boolean_out    present
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
virtual char* POA_HxCorba::VxMutableSegment_tie< T >::getStringFlag const char *    id,
CORBA::Boolean_out    present
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::VxSegment.

template<class T>
PortableServer::POA_ptr POA_HxCorba::VxMutableSegment_tie< T >::_default_POA   [inline]
 


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:08:26 2003 for C++Binding by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001