herald
2.0.0
herald
include
herald
datatype
payload_timestamp.h
1
// Copyright 2020-2021 Herald Project Contributors
2
// SPDX-License-Identifier: Apache-2.0
3
//
4
5
#ifndef HERALD_PAYLOAD_TIMESTAMP_H
6
#define HERALD_PAYLOAD_TIMESTAMP_H
7
8
#include "date.h"
9
10
namespace
herald
{
11
namespace
datatype {
12
13
struct
PayloadTimestamp
{
14
Date
value;
15
};
16
17
}
// end namespace
18
}
// end namespace
19
20
#endif
herald::datatype::Date
Definition:
date.h:18
herald
Acts as a non-global memory arena for arbitrary classes.
Definition:
aggregates.h:15
herald::datatype::PayloadTimestamp
Definition:
payload_timestamp.h:13
Generated by
1.9.1