1//
2// SPDX-License-Identifier: BSD-3-Clause
3// Copyright (c) Contributors to the OpenEXR Project.
4//
5
6#ifndef INCLUDED_IMF_KEY_CODE_ATTRIBUTE_H
7#define INCLUDED_IMF_KEY_CODE_ATTRIBUTE_H
8
9
10//-----------------------------------------------------------------------------
11//
12// class KeyCodeAttribute
13//
14//-----------------------------------------------------------------------------
15
16#include "ImfExport.h"
17#include "ImfNamespace.h"
18
19#include "ImfAttribute.h"
20
21#include "ImfKeyCode.h"
22
23
24OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
25
26
27typedef TypedAttribute<OPENEXR_IMF_INTERNAL_NAMESPACE::KeyCode> KeyCodeAttribute;
28
29#ifndef COMPILING_IMF_KEYCODE_ATTRIBUTE
30extern template class IMF_EXPORT_EXTERN_TEMPLATE TypedAttribute<OPENEXR_IMF_INTERNAL_NAMESPACE::KeyCode>;
31#endif
32
33
34OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT
35
36#endif
37

source code of include/OpenEXR/ImfKeyCodeAttribute.h