aser.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
core/type/as/asable.hpp
"
5
6
namespace
by {
10
class
_nout
aser
:
public
instance
,
public
asable
{
11
BY(ME(
aser
,
instance
))
12
};
13
}
asable.hpp
by::asable
Type conversion interface.
Definition:
asable.hpp:11
by::aser
Base type converter.
Definition:
aser.hpp:10
by::instance
Base class for all managed instances in memlite system.
Definition:
instance.hpp:20