Loading...
Searching...
No Matches
validable.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
core/common.hpp
"
5
6
namespace
by {
7
12
class
_nout
validable
{
13
BY_ME
(
validable
)
14
BY_INIT_META
(me)
15
16
public
:
17
virtual
nbool
isValid()
const
= 0;
18
};
19
}
by::tnarr
Definition
tnarr.hpp:9
by::validable
Interface for objects with validation state.
Definition
validable.hpp:12
common.hpp
to Top