#include <shiokaze/core/credit.h>
#include <shiokaze/core/configuration.h>
#include <iostream>
#include <memory>
#include <cassert>
#include "messageable.h"
Go to the source code of this file.
◆ DEFINE_QUICK_ALLOC_MODULE
#define DEFINE_QUICK_ALLOC_MODULE |
( |
|
CLASS_T, |
|
|
|
ARG_NAME, |
|
|
|
DESCRIPTION |
|
) |
| |
Value:
static std::unique_ptr<CLASS_T> quick_alloc_module(
configuration &config, std::string name ) { \
return unique_alloc_module<CLASS_T>(config,ARG_NAME,name,DESCRIPTION); \
}
Macro that simplifies the use of quick_alloc_module.