TAO_Import_Attributes< IF > Class Template Reference

#include <Trader_T.h>

Inheritance diagram for TAO_Import_Attributes< IF >:

Inheritance graph
[legend]
Collaboration diagram for TAO_Import_Attributes< IF >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_Import_Attributes (const TAO_Import_Attributes_i &attrs)
virtual CORBA::ULong def_search_card () throw (CORBA::SystemException)
virtual CORBA::ULong max_search_card () throw (CORBA::SystemException)
virtual CORBA::ULong def_match_card () throw (CORBA::SystemException)
virtual CORBA::ULong max_match_card () throw (CORBA::SystemException)
virtual CORBA::ULong def_return_card () throw (CORBA::SystemException)
virtual CORBA::ULong max_return_card () throw (CORBA::SystemException)
virtual CORBA::ULong max_list () throw (CORBA::SystemException)
virtual CORBA::ULong def_hop_count () throw (CORBA::SystemException)
virtual CORBA::ULong max_hop_count () throw (CORBA::SystemException)
virtual CosTrading::FollowOption def_follow_policy () throw (CORBA::SystemException)
virtual CosTrading::FollowOption max_follow_policy () throw (CORBA::SystemException)

Private Attributes

const TAO_Import_Attributes_iattrs_

template<class IF>
class TAO_Import_Attributes< IF >


Constructor & Destructor Documentation

template<class IF>
TAO_Import_Attributes< IF >::TAO_Import_Attributes const TAO_Import_Attributes_i attrs  ) 
 

Definition at line 219 of file Trader_T.cpp.

00220   : attrs_ (attrs)
00221 {
00222 }


Member Function Documentation

template<class IF>
CosTrading::FollowOption TAO_Import_Attributes< IF >::def_follow_policy  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 288 of file Trader_T.cpp.

00290 {
00291   return this->attrs_.def_follow_policy ();
00292 }

template<class IF>
CORBA::ULong TAO_Import_Attributes< IF >::def_hop_count  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 274 of file Trader_T.cpp.

00276 {
00277   return this->attrs_.def_hop_count ();
00278 }

template<class IF>
CORBA::ULong TAO_Import_Attributes< IF >::def_match_card  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 239 of file Trader_T.cpp.

00241 {
00242   return this->attrs_.def_match_card ();
00243 }

template<class IF>
CORBA::ULong TAO_Import_Attributes< IF >::def_return_card  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 253 of file Trader_T.cpp.

00255 {
00256   return this->attrs_.def_return_card ();
00257 }

template<class IF>
CORBA::ULong TAO_Import_Attributes< IF >::def_search_card  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 225 of file Trader_T.cpp.

00227 {
00228   return this->attrs_.def_search_card ();
00229 }

template<class IF>
CosTrading::FollowOption TAO_Import_Attributes< IF >::max_follow_policy  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 295 of file Trader_T.cpp.

00297 {
00298   return this->attrs_.max_follow_policy ();
00299 }

template<class IF>
CORBA::ULong TAO_Import_Attributes< IF >::max_hop_count  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 281 of file Trader_T.cpp.

00283 {
00284   return this->attrs_.max_hop_count ();
00285 }

template<class IF>
CORBA::ULong TAO_Import_Attributes< IF >::max_list  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 267 of file Trader_T.cpp.

00269 {
00270   return this->attrs_.max_list ();
00271 }

template<class IF>
CORBA::ULong TAO_Import_Attributes< IF >::max_match_card  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 246 of file Trader_T.cpp.

00248 {
00249   return this->attrs_.max_match_card ();
00250 }

template<class IF>
CORBA::ULong TAO_Import_Attributes< IF >::max_return_card  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 260 of file Trader_T.cpp.

00262 {
00263   return this->attrs_.max_return_card ();
00264 }

template<class IF>
CORBA::ULong TAO_Import_Attributes< IF >::max_search_card  )  throw (CORBA::SystemException) [virtual]
 

Definition at line 232 of file Trader_T.cpp.

00234 {
00235   return this->attrs_.max_search_card ();
00236 }


Member Data Documentation

template<class IF>
const TAO_Import_Attributes_i& TAO_Import_Attributes< IF >::attrs_ [private]
 

Definition at line 227 of file Trader_T.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 14:00:51 2006 for TAO_CosTrader by doxygen 1.3.6