Macros
class_pointers.h File Reference
#include <memory>
Include dependency graph for class_pointers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEFINE_CLASS_POINTERS(ClassName)
 Exception declarations GNU LGPL. More...
 

Macro Definition Documentation

#define DEFINE_CLASS_POINTERS (   ClassName)
Value:
typedef std::unique_ptr<ClassName> UniquePtr; \
typedef std::shared_ptr<ClassName> SharedPtr; \
typedef std::weak_ptr<ClassName> WeakPtr;

Exception declarations GNU LGPL.

Author
Alexander Rykovanov 2011 rykov.nosp@m.anov.nosp@m..as@g.nosp@m.mail.nosp@m..com Distributed under the GNU LGPL License (See accompanying file LICENSE or copy at http://www.gnu.org/licenses/lgpl.html)

Definition at line 17 of file class_pointers.h.



ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:08