#include <AppImpl.hpp>
Public Member Functions | |
~AppImpl () | |
Static Public Member Functions | |
static int | run (int argc, char **argv) |
static void | close (void) |
Public Attributes | |
ModuleThread | _thread |
Protected Member Functions | |
AppImpl (int argc, char **argv) | |
Static Protected Attributes | |
static std::unique_ptr < AppImpl< T * > > | _self |
FemViewer::AppImpl< T * >::~AppImpl | ( | ) | [inline] |
FemViewer::AppImpl< T * >::AppImpl | ( | int | argc, | |
char ** | argv | |||
) | [inline, protected] |
void FemViewer::AppImpl< T * >::close | ( | void | ) | [inline, static] |
int FemViewer::AppImpl< T * >::run | ( | int | argc, | |
char ** | argv | |||
) | [inline, static] |
std::unique_ptr< AppImpl< T * > > FemViewer::AppImpl< T * >::_self [inline, static, protected] |
ModuleThread FemViewer::AppImpl< T * >::_thread |