Template class for IN stub argument of basic IDL types. More...
#include <Basic_Argument_T.h>


Public Member Functions | |
| In_Basic_Clonable_Argument_T (S const &x) | |
| virtual | ~In_Basic_Clonable_Argument_T (void) |
| virtual Argument * | clone (void) |
| Template method to clone a TAO Argument. | |
Private Attributes | |
| bool | is_clone_ |
Template class for IN stub argument of basic IDL types.
Definition at line 59 of file Basic_Argument_T.h.
| TAO::In_Basic_Clonable_Argument_T< S, Insert_Policy >::In_Basic_Clonable_Argument_T | ( | S const & | x | ) | [inline] |
Definition at line 26 of file Basic_Argument_T.inl.
| TAO::In_Basic_Clonable_Argument_T< S, Insert_Policy >::~In_Basic_Clonable_Argument_T | ( | void | ) | [inline, virtual] |
Definition at line 36 of file Basic_Argument_T.cpp.
00037 { 00038 if (this->is_clone_) 00039 { 00040 S* tmp = const_cast<S*> (&this->x_); 00041 delete tmp; 00042 } 00043 }
| TAO::Argument * TAO::In_Basic_Clonable_Argument_T< S, Insert_Policy >::clone | ( | void | ) | [inline, virtual] |
Template method to clone a TAO Argument.
Reimplemented from TAO::Argument.
Definition at line 48 of file Basic_Argument_T.cpp.
bool TAO::In_Basic_Clonable_Argument_T< S, Insert_Policy >::is_clone_ [private] |
Definition at line 69 of file Basic_Argument_T.h.
1.6.1