Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

IAnalysisFactory.h File Reference

#include <string>

Include dependency graph for IAnalysisFactory.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.


Namespaces

namespace  AIDA

Classes

class  IAnalysisFactory

Defines

#define AIDA_IANALYSISFACTORY_H   1

Functions

AIDA::IAnalysisFactoryAIDA_createAnalysisFactory ()
 Plugin function to return an AIDA system (LWH impl.).

Define Documentation

#define AIDA_IANALYSISFACTORY_H   1
 

Definition at line 8 of file IAnalysisFactory.h.


Function Documentation

AIDA::IAnalysisFactory* AIDA_createAnalysisFactory  ) 
 

Plugin function to return an AIDA system (LWH impl.).

To hook an AIDA implementation. For example : #include <AIDA/IAnalysisFactory.h> ... IAnalysisFactory* analysisFactory = AIDA_createAnalysisFactory(); ...

Definition at line 13 of file testLWH.cc.

Referenced by AnalysisHandler::AnalysisHandler(), and main().