|
void | YACS::ENGINE::printbin (const std::string &bin) |
|
std::string | YACS::ENGINE::getImplName (ImplType impl) |
|
CORBA::TypeCode_ptr | YACS::ENGINE::getCorbaTCNull (const TypeCode *t) |
|
CORBA::TypeCode_ptr | YACS::ENGINE::getCorbaTCDouble (const TypeCode *t) |
|
CORBA::TypeCode_ptr | YACS::ENGINE::getCorbaTCInt (const TypeCode *t) |
|
CORBA::TypeCode_ptr | YACS::ENGINE::getCorbaTCString (const TypeCode *t) |
|
CORBA::TypeCode_ptr | YACS::ENGINE::getCorbaTCBool (const TypeCode *t) |
|
CORBA::TypeCode_ptr | YACS::ENGINE::getCorbaTCObjref (const TypeCode *t) |
|
CORBA::TypeCode_ptr | YACS::ENGINE::getCorbaTCSequence (const TypeCode *t) |
|
CORBA::TypeCode_ptr | YACS::ENGINE::getCorbaTCStruct (const TypeCode *t) |
|
CORBA::TypeCode_ptr | YACS::ENGINE::getCorbaTC (const TypeCode *t) |
|
template<ImplType IMPLIN, ImplType IMPLOUT> |
int | YACS::ENGINE::isAdaptable (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptableCorbaPyObject (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptableNeutralPyObject (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptablePyObjectPyObject (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptableCorbaNeutral (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptablePyObjectNeutral (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptableXmlNeutral (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptableNeutralNeutral (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptableNeutralXml (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptableNeutralCorba (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptableXmlCorba (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptableCorbaCorba (const TypeCode *t1, const TypeCode *t2) |
|
int | YACS::ENGINE::isAdaptablePyObjectCorba (const TypeCode *t1, const TypeCode *t2) |
|
template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT > |
TOUT | YACS::ENGINE::convertDouble (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT > |
TOUT | YACS::ENGINE::convertInt (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT > |
TOUT | YACS::ENGINE::convertString (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT > |
TOUT | YACS::ENGINE::convertBool (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT > |
TOUT | YACS::ENGINE::convertObjref (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT > |
TOUT | YACS::ENGINE::convertSequence (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT > |
TOUT | YACS::ENGINE::convertArray (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT > |
TOUT | YACS::ENGINE::convertStruct (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT > |
TOUT | YACS::ENGINE::YacsConvertor (const TypeCode *t, TIN o, TIN2 aux) |
|
template<> |
CORBA::Any * | YACS::ENGINE::convertDouble< CORBAImpl, CORBA::Any *, void *, CORBAImpl, CORBA::Any * > (const TypeCode *t, CORBA::Any *o, void *aux) |
|
template<> |
CORBA::Any * | YACS::ENGINE::convertInt< CORBAImpl, CORBA::Any *, void *, CORBAImpl, CORBA::Any * > (const TypeCode *t, CORBA::Any *o, void *aux) |
|
template<> |
CORBA::Any * | YACS::ENGINE::convertString< CORBAImpl, CORBA::Any *, void *, CORBAImpl, CORBA::Any * > (const TypeCode *t, CORBA::Any *o, void *aux) |
|
template<> |
CORBA::Any * | YACS::ENGINE::convertBool< CORBAImpl, CORBA::Any *, void *, CORBAImpl, CORBA::Any * > (const TypeCode *t, CORBA::Any *o, void *aux) |
|
template<> |
CORBA::Any * | YACS::ENGINE::convertObjref< CORBAImpl, CORBA::Any *, void *, CORBAImpl, CORBA::Any * > (const TypeCode *t, CORBA::Any *o, void *aux) |
|
template<> |
CORBA::Any * | YACS::ENGINE::convertStruct< CORBAImpl, CORBA::Any *, void *, CORBAImpl, CORBA::Any * > (const TypeCode *t, CORBA::Any *o, void *aux) |
|
std::string | YACS::ENGINE::convertPyObjectXml (const TypeCode *t, PyObject *data) |
|
YACS::ENGINE::Any * | YACS::ENGINE::convertPyObjectNeutral (const TypeCode *t, PyObject *data) |
|
CORBA::Any * | YACS::ENGINE::convertPyObjectCorba (const TypeCode *t, PyObject *data) |
|
PyObject * | YACS::ENGINE::convertPyObjectPyObject (const TypeCode *t, PyObject *data) |
|
std::string | YACS::ENGINE::convertPyObjectToString (PyObject *ob) |
|
PyObject * | YACS::ENGINE::convertXmlPyObject (const TypeCode *t, xmlDocPtr doc, xmlNodePtr cur) |
|
YACS::ENGINE::Any * | YACS::ENGINE::convertXmlNeutral (const TypeCode *t, xmlDocPtr doc, xmlNodePtr cur) |
|
CORBA::Any * | YACS::ENGINE::convertXmlCorba (const TypeCode *t, xmlDocPtr doc, xmlNodePtr cur) |
|
PyObject * | YACS::ENGINE::convertXmlStrPyObject (const TypeCode *t, std::string data) |
|
PyObject * | YACS::ENGINE::convertNeutralPyObject (const TypeCode *t, YACS::ENGINE::Any *data) |
|
std::string | YACS::ENGINE::convertNeutralXml (const TypeCode *t, YACS::ENGINE::Any *data) |
|
CORBA::Any * | YACS::ENGINE::convertNeutralCorba (const TypeCode *t, YACS::ENGINE::Any *data) |
|
YACS::ENGINE::Any * | YACS::ENGINE::convertNeutralNeutral (const TypeCode *t, YACS::ENGINE::Any *data) |
|
PyObject * | YACS::ENGINE::convertCorbaPyObject (const TypeCode *t, CORBA::Any *data) |
|
std::string | YACS::ENGINE::convertCorbaXml (const TypeCode *t, CORBA::Any *data) |
|
YACS::ENGINE::Any * | YACS::ENGINE::convertCorbaNeutral (const TypeCode *t, CORBA::Any *data) |
|
CORBA::Any * | YACS::ENGINE::convertCorbaCorba (const TypeCode *t, CORBA::Any *data) |
|
template<ImplType IMPLIN, class TIN , class TIN2 > |
static bool | YACS::ENGINE::checkDouble (const TypeCode *t, TIN o, TIN2 aux) |
| Basic template checker from type TIN. More...
|
|
template<ImplType IMPLIN, class TIN , class TIN2 > |
static bool | YACS::ENGINE::checkInt (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 > |
static bool | YACS::ENGINE::checkBool (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 > |
static bool | YACS::ENGINE::checkString (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 > |
static bool | YACS::ENGINE::checkObjref (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 > |
static bool | YACS::ENGINE::checkSequence (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 > |
static bool | YACS::ENGINE::checkStruct (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 > |
static bool | YACS::ENGINE::checkArray (const TypeCode *t, TIN o, TIN2 aux) |
|
template<ImplType IMPLIN, class TIN , class TIN2 > |
bool | YACS::ENGINE::YacsChecker (const TypeCode *t, TIN o, TIN2 aux) |
|
template<> |
bool | YACS::ENGINE::checkDouble< PYTHONImpl, PyObject *, void * > (const TypeCode *t, PyObject *o, void *aux) |
|
template<> |
bool | YACS::ENGINE::checkInt< PYTHONImpl, PyObject *, void * > (const TypeCode *t, PyObject *o, void *aux) |
|
template<> |
bool | YACS::ENGINE::checkBool< PYTHONImpl, PyObject *, void * > (const TypeCode *t, PyObject *o, void *aux) |
|
template<> |
bool | YACS::ENGINE::checkString< PYTHONImpl, PyObject *, void * > (const TypeCode *t, PyObject *o, void *aux) |
|
template<> |
bool | YACS::ENGINE::checkObjref< PYTHONImpl, PyObject *, void * > (const TypeCode *t, PyObject *o, void *aux) |
|
template<> |
bool | YACS::ENGINE::checkSequence< PYTHONImpl, PyObject *, void * > (const TypeCode *t, PyObject *o, void *aux) |
|
template<> |
bool | YACS::ENGINE::checkStruct< PYTHONImpl, PyObject *, void * > (const TypeCode *t, PyObject *o, void *aux) |
|
bool | YACS::ENGINE::checkPyObject (const TypeCode *t, PyObject *ob) |
|