conveniency class for external language (android java) bindings. More...
#include <runtimedataobjectutil.hpp>
Static Public Member Functions | |
| static RuntimeDataObjectBoolSharedPtr | getBoolChild (RuntimeDataObjectSharedPtr parent, const string &name) |
| Gets specific child boolean. More... | |
| static RuntimeDataObjectIntSharedPtr | getIntChild (RuntimeDataObjectSharedPtr parent, const string &name) |
| Gets specific child integer. More... | |
| static RuntimeDataObjectListSharedPtr | getListChild (RuntimeDataObjectSharedPtr parent, const string &name) |
| Gets specific list object. More... | |
| static RuntimeDataObjectRealSharedPtr | getRealChild (RuntimeDataObjectSharedPtr parent, const string &name) |
| Gets specific real(float) value. More... | |
| static RuntimeDataObjectStringSharedPtr | getStringChild (RuntimeDataObjectSharedPtr parent, const string &name) |
| Gets specific string type of child. More... | |
conveniency class for external language (android java) bindings.
|
inlinestatic |
Gets specific child boolean.
| parent | the parent whom child is to be retrieved. |
| name | the name |
|
inlinestatic |
Gets specific child integer.
| parent | the parent whom child is to be retrieved. |
| name | the name |
|
inlinestatic |
Gets specific list object.
| parent | the parent whom child is to be retrieved. |
| name | the name |
|
inlinestatic |
Gets specific real(float) value.
| parent | the parent whom child is to be retrieved. |
| name | the name |
|
inlinestatic |
Gets specific string type of child.
| parent | the parent whom child is to be retrieved. |
| name | the name of the client to retrieve. |