Class XmlAppLoader. More...
#include <yarp/manager/xmlapploader.h>
Public Member Functions | |
XmlAppLoader (const char *szFileName) | |
load only one application indicated by its xml file name | |
XmlAppLoader (const char *szPath, const char *szAppName) | |
if szAppName is NULL, XmlAppLoader will load all the applications found in szPath otherwise only one application named szAppname will be loaded. | |
~XmlAppLoader () override | |
bool | init () override |
void | fini () override |
void | reset () override |
Application * | getNextApplication () override |
![]() | |
AppLoader ()=default | |
virtual | ~AppLoader ()=default |
Class XmlAppLoader.
Definition at line 19 of file xmlapploader.h.
XmlAppLoader::XmlAppLoader | ( | const char * | szFileName | ) |
load only one application indicated by its xml file name
Definition at line 53 of file xmlapploader.cpp.
XmlAppLoader::XmlAppLoader | ( | const char * | szPath, |
const char * | szAppName | ||
) |
if szAppName is NULL, XmlAppLoader will load all the applications found in szPath otherwise only one application named szAppname will be loaded.
Definition at line 32 of file xmlapploader.cpp.
|
override |
Definition at line 63 of file xmlapploader.cpp.
|
overridevirtual |
Implements yarp::manager::AppLoader.
Definition at line 135 of file xmlapploader.cpp.
|
overridevirtual |
Implements yarp::manager::AppLoader.
Definition at line 142 of file xmlapploader.cpp.
|
overridevirtual |
loading single applicaition indicated by its xml file name
Implements yarp::manager::AppLoader.
Definition at line 72 of file xmlapploader.cpp.
|
overridevirtual |
Implements yarp::manager::AppLoader.
Definition at line 128 of file xmlapploader.cpp.