PCMApplication.h File Reference


Detailed Description

Contains declaration of class Application.

Definition in file PCMApplication.h.

#include "PCMPremeditations.h"
#include "PCMSingleton.h"
#include "PCMException.h"
#include "PCMLogger.h"
#include "PCMPointer.h"
#include "PCMNetServer.h"
#include "PCMNetClient.h"
#include "PCMStringConverter.h"
#include "PCMCluster.h"
#include "PCMHost.h"
#include "PCMHostInfo.h"
#include "PCMConfigOptions.h"
#include "PCMPluginManager.h"
#include <readline/readline.h>
#include <readline/history.h>
#include <squirrel/squirrel.h>
#include <squirrel/sqstdio.h>
#include <squirrel/sqstdaux.h>
#include <squirrel/sqplus.h>
#include "PCMApplication_impl.h"

Include dependency graph for PCMApplication.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  ParCompMark

Classes

class  ParCompMark::Application
 This singleton class handles the application initializing, command line parsing, starting tasks etc. More...
struct  ParCompMark::Application::CommandLineOption
 Structure for command line options. More...
struct  ParCompMark::Application::DynamicScriptParameter
 Structure for dynamic script parameters. More...

Functions

 DECLARE_INSTANCE_TYPE_NAME (ParCompMark::Application, Application)
 


Function Documentation

DECLARE_INSTANCE_TYPE_NAME ( ParCompMark::Application  ,
Application   
)