Public Member Functions | Private Attributes | List of all members
RefCountClass Class Reference

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 ( )
inlinevirtual

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:


behaviotree_cpp_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Tue May 4 2021 02:56:26