libfoedus-core
FOEDUS Core Library
foedus::EnginePimpl::ModulePtr Struct Reference

pair of module pointer and its type. More...

Detailed Description

pair of module pointer and its type.

Definition at line 55 of file engine_pimpl.hpp.

#include <engine_pimpl.hpp>

Collaboration diagram for foedus::EnginePimpl::ModulePtr:

Public Member Functions

 ModulePtr ()
 
 ModulePtr (Initializable *ptr, ModuleType type)
 

Public Attributes

Initializableptr_
 
ModuleType type_
 

Constructor & Destructor Documentation

foedus::EnginePimpl::ModulePtr::ModulePtr ( )
inline

Definition at line 56 of file engine_pimpl.hpp.

foedus::EnginePimpl::ModulePtr::ModulePtr ( Initializable ptr,
ModuleType  type 
)
inline

Definition at line 57 of file engine_pimpl.hpp.

57 : ptr_(ptr), type_(type) {}

Member Data Documentation

Initializable* foedus::EnginePimpl::ModulePtr::ptr_

Definition at line 58 of file engine_pimpl.hpp.

ModuleType foedus::EnginePimpl::ModulePtr::type_

Definition at line 59 of file engine_pimpl.hpp.


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