C++ Device API Reference Manual
Reference documentation for the Simics C++ Device API.
 
Loading...
Searching...
No Matches
after-bank.h File Reference
#include <string>
#include <tuple>
#include <utility>
#include "simics/after.h"
#include "simics/after-interface.h"
#include "simics/bank-interface.h"
#include "simics/field-interface.h"
#include "simics/hierarchical-object.h"
#include "simics/mappable-conf-object.h"
#include "simics/register-interface.h"

Go to the source code of this file.

Classes

class  simics::RegBankFunctionCall< Class, Args >
 

Namespaces

namespace  simics
 

Macros

#define REGISTER_REG_BANK_AFTER_CALL(f)
 

Functions

template<typename Class , typename... Args>
constexpr auto simics::make_reg_bank_function_call (void(Class::*func)(Args...), const std::string &name)
 

Macro Definition Documentation

◆ REGISTER_REG_BANK_AFTER_CALL

#define REGISTER_REG_BANK_AFTER_CALL (   f)
Value:
#define FUNC_AND_NAME(f)
Definition: after.h:271
static void addIface(AfterCallInterface *iface)
constexpr auto make_reg_bank_function_call(void(Class::*func)(Args...), const std::string &name)
Definition: after-bank.h:123