#include <Trader_T.h>
Inheritance diagram for TAO_Import_Attributes< IF >:
Public Member Functions | |
TAO_Import_Attributes (const TAO_Import_Attributes_i &attrs) | |
virtual CORBA::ULong | def_search_card (void) |
virtual CORBA::ULong | max_search_card (void) |
virtual CORBA::ULong | def_match_card (void) |
virtual CORBA::ULong | max_match_card (void) |
virtual CORBA::ULong | def_return_card (void) |
virtual CORBA::ULong | max_return_card (void) |
virtual CORBA::ULong | max_list (void) |
virtual CORBA::ULong | def_hop_count (void) |
virtual CORBA::ULong | max_hop_count (void) |
virtual CosTrading::FollowOption | def_follow_policy (void) |
virtual CosTrading::FollowOption | max_follow_policy (void) |
Private Attributes | |
const TAO_Import_Attributes_i & | attrs_ |
|
Definition at line 194 of file Trader_T.cpp.
00195 : attrs_ (attrs) 00196 { 00197 } |
|
Definition at line 254 of file Trader_T.cpp. References TAO_Import_Attributes_i::def_follow_policy().
00255 { 00256 return this->attrs_.def_follow_policy (); 00257 } |
|
Definition at line 242 of file Trader_T.cpp. References TAO_Import_Attributes_i::def_hop_count().
00243 { 00244 return this->attrs_.def_hop_count (); 00245 } |
|
Definition at line 212 of file Trader_T.cpp. References TAO_Import_Attributes_i::def_match_card().
00213 { 00214 return this->attrs_.def_match_card (); 00215 } |
|
Definition at line 224 of file Trader_T.cpp. References TAO_Import_Attributes_i::def_return_card().
00225 { 00226 return this->attrs_.def_return_card (); 00227 } |
|
Definition at line 200 of file Trader_T.cpp. References TAO_Import_Attributes_i::def_search_card().
00201 { 00202 return this->attrs_.def_search_card (); 00203 } |
|
Definition at line 260 of file Trader_T.cpp. References TAO_Import_Attributes_i::max_follow_policy().
00261 { 00262 return this->attrs_.max_follow_policy (); 00263 } |
|
Definition at line 248 of file Trader_T.cpp. References TAO_Import_Attributes_i::max_hop_count().
00249 { 00250 return this->attrs_.max_hop_count (); 00251 } |
|
Definition at line 236 of file Trader_T.cpp. References TAO_Import_Attributes_i::max_list().
|
|
Definition at line 218 of file Trader_T.cpp. References TAO_Import_Attributes_i::max_match_card().
00219 { 00220 return this->attrs_.max_match_card (); 00221 } |
|
Definition at line 230 of file Trader_T.cpp. References TAO_Import_Attributes_i::max_return_card().
00231 { 00232 return this->attrs_.max_return_card (); 00233 } |
|
Definition at line 206 of file Trader_T.cpp. References TAO_Import_Attributes_i::max_search_card().
00207 { 00208 return this->attrs_.max_search_card (); 00209 } |
|
Definition at line 207 of file Trader_T.h. |