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

source code of include/OpenEXR/ImfChannelListAttribute.h