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 234 of file gtest_blackboard.cpp.

Constructor & Destructor Documentation

◆ RefCountClass() [1/2]

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

Definition at line 237 of file gtest_blackboard.cpp.

◆ RefCountClass() [2/2]

RefCountClass::RefCountClass ( const RefCountClass from)
inline

Definition at line 242 of file gtest_blackboard.cpp.

◆ ~RefCountClass()

virtual RefCountClass::~RefCountClass ( )
inlinevirtual

Definition at line 254 of file gtest_blackboard.cpp.

Member Function Documentation

◆ operator=()

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

Definition at line 247 of file gtest_blackboard.cpp.

◆ refCount()

int RefCountClass::refCount ( ) const
inline

Definition at line 259 of file gtest_blackboard.cpp.

Member Data Documentation

◆ sptr_

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_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Mon Jul 3 2023 02:50:14