Go to the source code of this file.
Functions | |
template<typename CORBASeq , typename CORBAType , typename LocalSeq , typename LocalType > | |
bool | corba_to_local_seq (const CORBASeq &_from, LocalSeq &_to) |
template<typename LocalSeq , typename LocalElement , typename CORBASeq , typename CORBAElement > | |
bool | local_to_corba_seq (const LocalSeq &_from, CORBASeq &_to) |
bool corba_to_local_seq | ( | const CORBASeq & | _from, |
LocalSeq & | _to | ||
) |
Definition at line 46 of file SeqTypeConversion.h.
bool local_to_corba_seq | ( | const LocalSeq & | _from, |
CORBASeq & | _to | ||
) |
Definition at line 32 of file SeqTypeConversion.h.