LAMA
/home/brandes/workspace/LAMA/src/lama/LAMAInterfaceRegistry.hpp File Reference

LAMAInterfaceRegistry.hpp. More...

#include <lama/config.hpp>
#include <lama/LAMAInterface.hpp>
#include <lama/Context.hpp>
#include <lama/macros/unique_name.hpp>
#include <map>

Go to the source code of this file.

Data Structures

class  lama::LAMAInterfaceRegistry
class  lama::LAMAInterfaceRegistry::CGuard
class  lama::LAMAInterfaceRegistration< T >

Namespaces

namespace  lama
 

The namespace lama holds everything of the C++ Library lama.


Defines

#define LAMA_LAMAINTERFACE_REGISTRATION(location, type)

Detailed Description

LAMAInterfaceRegistry.hpp.

Author:
brandes
Date:
28.04.2011 $Id$

Define Documentation

#define LAMA_LAMAINTERFACE_REGISTRATION (   location,
  type 
)
Value:
static lama::LAMAInterfaceRegistration<type >       \
    LAMA_UNIQUE_NAME( lamaInterfaceRegObj, type )( location )