class Gambit::Scanner::Plugins::Plugin_Main_Interface_Base< ret(args…)>

[No description available] More…

Inherited by Gambit::Scanner::Plugins::Plugin_Interface< ret(args…)>

Public Functions

Name
Plugin_Main_Interface_Base()
intenterMain(const std::string & name, const std::map< type_index, void * > & index_map)
retoperator()(const args &… params)

Detailed Description

template <typename ret ,
typename... args>
class Gambit::Scanner::Plugins::Plugin_Main_Interface_Base< ret(args...)>;

Public Functions Documentation

function Plugin_Main_Interface_Base

inline Plugin_Main_Interface_Base()

function enterMain

inline int enterMain(
    const std::string & name,
    const std::map< type_index, void * > & index_map
)

function operator()

inline ret operator()(
    const args &... params
)

Updated on 2023-06-26 at 21:36:52 +0000