Public Member Functions | Private Attributes
RefCountClass Class Reference

List of all members.

Public Member Functions

RefCountClassoperator= (const RefCountClass &from)
int refCount () const
 RefCountClass (std::shared_ptr< int > value)
 RefCountClass (const RefCountClass &from)
virtual ~RefCountClass ()

Private Attributes

std::shared_ptr< int > sptr_

Detailed Description

Definition at line 239 of file gtest_blackboard.cpp.


Constructor & Destructor Documentation

RefCountClass::RefCountClass ( std::shared_ptr< int >  value) [inline]

Definition at line 241 of file gtest_blackboard.cpp.

RefCountClass::RefCountClass ( const RefCountClass from) [inline]

Definition at line 246 of file gtest_blackboard.cpp.

virtual RefCountClass::~RefCountClass ( ) [inline, virtual]

Definition at line 258 of file gtest_blackboard.cpp.


Member Function Documentation

RefCountClass& RefCountClass::operator= ( const RefCountClass from) [inline]

Definition at line 251 of file gtest_blackboard.cpp.

int RefCountClass::refCount ( ) const [inline]

Definition at line 262 of file gtest_blackboard.cpp.


Member Data Documentation

std::shared_ptr<int> RefCountClass::sptr_ [private]

Definition at line 265 of file gtest_blackboard.cpp.


The documentation for this class was generated from the following file:


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Jun 8 2019 20:17:15