herald  2.0.0
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 
14  virtual std::string description() = 0;
15 };
16 
17 
18 } // end namespace
19 } // end namespace
20 
21 #endif
Acts as a non-global memory arena for arbitrary classes.
Definition: aggregates.h:15
Definition: location_reference.h:13