Defines
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.

Defines

#define DEFINE_CLASS_POINTERS(ClassName)
 Exception declarations GNU LGPL.

Define 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 rykovanov.as@gmail.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 Sat Jun 8 2019 18:24:57