SimpleSingleComponentApp< ComponentT, AppT > Class Template Reference

Used by runSimpleComponentApp<ComponentT, AppT>. This class can't be defined in function, since this causes problems with gcc and c++03. More...

#include <ArmarXCore/core/application/Application.h>

+ Inheritance diagram for SimpleSingleComponentApp< ComponentT, AppT >:

Public Attributes

std::string appConfigDomain
 
std::string appConfigName
 

Detailed Description

template<class ComponentT, class AppT>
class armarx::internal::SimpleSingleComponentApp< ComponentT, AppT >

Used by runSimpleComponentApp<ComponentT, AppT>. This class can't be defined in function, since this causes problems with gcc and c++03.

See also
runSimpleComponentApp<ComponentT, AppT>.

Definition at line 443 of file Application.h.

Member Data Documentation

◆ appConfigDomain

std::string appConfigDomain

Definition at line 452 of file Application.h.

◆ appConfigName

std::string appConfigName

Definition at line 451 of file Application.h.


The documentation for this class was generated from the following file: