Classdesc
3.44
polyRESTProcessBase.h
1
/*
2
@copyright Russell Standish 2021
3
@author Russell Standish
4
This file is part of Classdesc
5
6
Open source licensed under the MIT license. See LICENSE for details.
7
*/
8
9
#ifndef CLASSDESC_POLYRESTPROCESSBASE_H
10
#define CLASSDESC_POLYRESTPROCESSBASE_H
11
namespace
classdesc
12
{
13
struct
RESTProcess_t
;
14
struct
PolyRESTProcessBase
15
{
16
virtual
void
RESTProcess(
RESTProcess_t
&,
const
std::string&)
const
=0;
17
virtual
void
RESTProcess(
RESTProcess_t
&,
const
std::string&)=0;
18
virtual
~PolyRESTProcessBase
() {}
19
};
20
}
21
#endif
classdesc
Contains definitions related to classdesc functionality.
classdesc::PolyRESTProcessBase
Definition
polyRESTProcessBase.h:15
classdesc::RESTProcess_t
REST processor registry.
Definition
RESTProcess_base.h:351
polyRESTProcessBase.h
Generated by
1.14.0