herald
2.0.0
herald
include
herald
datatype
location_reference.h
1
// Copyright 2020-2021 Herald Project Contributors
2
// SPDX-License-Identifier: Apache-2.0
3
//
4
5
#ifndef HERALD_LOCATION_REFERENCE_H
6
#define HERALD_LOCATION_REFERENCE_H
7
8
#include <string>
9
10
namespace
herald
{
11
namespace
datatype {
12
13
struct
LocationReference
{
14
virtual
std::string description() = 0;
15
};
16
17
18
}
// end namespace
19
}
// end namespace
20
21
#endif
herald
Acts as a non-global memory arena for arbitrary classes.
Definition:
aggregates.h:15
herald::datatype::LocationReference
Definition:
location_reference.h:13
Generated by
1.9.1