WSF
WsfAttribute.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFATTRIBUTE_HPP
13#define WSFATTRIBUTE_HPP
14
15#include "wsf_export.h"
16
17#include "UtAttribute.hpp"
18#include "UtCompilerAttributes.hpp"
19
22template<typename T>
23using WsfAttribute CPP14_DEPRECATED_REASON("Use UtAttribute<T> instead") = UtAttribute<T>;
24
25using WsfIntAttribute CPP14_DEPRECATED_REASON("Use UtIntAttribute instead") = UtIntAttribute;
26using WsfBoolAttribute CPP14_DEPRECATED_REASON("Use UtBoolAttribute instead") = UtBoolAttribute;
27using WsfDoubleAttribute CPP14_DEPRECATED_REASON("Use UtDoubleAttribute instead") = UtDoubleAttribute;
28using WsfStringAttribute CPP14_DEPRECATED_REASON("Use UtStringAttribute instead") = UtStringAttribute;
30
31#endif
Copyrights Multiple, All Rights Reserved