The MAUVE Toolchain
mauve::runtime::WithShellAndCore< SHELL, CORE > Struct Template Reference

Objects wite a Shell and a Core. More...

#include <WithCore.hpp>

Inheritance diagram for mauve::runtime::WithShellAndCore< SHELL, CORE >:
Collaboration diagram for mauve::runtime::WithShellAndCore< SHELL, CORE >:

Additional Inherited Members

- Public Member Functions inherited from mauve::runtime::WithShell< SHELL >
virtual bool clear_shell ()=0
 Clear the shell.
 
virtual SHELL & shell () const =0
 Get the shell.
 
- Public Member Functions inherited from mauve::runtime::WithCore< CORE >
virtual bool clear_core ()=0
 Clear the Core.
 
virtual CORE & core () const =0
 Get the Core.
 
virtual CORE * core_ptr () const =0
 Get a pointer to the Core.
 

Detailed Description

template<typename SHELL, typename CORE>
struct mauve::runtime::WithShellAndCore< SHELL, CORE >

Objects wite a Shell and a Core.

Template Parameters
SHELLShell type
CORECore type