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

Public Member Functions

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

Private Attributes

std::shared_ptr< int > sptr_
 

Detailed Description

Definition at line 232 of file gtest_blackboard.cpp.

Constructor & Destructor Documentation

◆ RefCountClass() [1/2]

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

Definition at line 235 of file gtest_blackboard.cpp.

◆ RefCountClass() [2/2]

RefCountClass::RefCountClass ( const RefCountClass from)
inline

Definition at line 240 of file gtest_blackboard.cpp.

◆ ~RefCountClass()

virtual RefCountClass::~RefCountClass ( )
inlinevirtual

Definition at line 252 of file gtest_blackboard.cpp.

Member Function Documentation

◆ operator=()

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

Definition at line 245 of file gtest_blackboard.cpp.

◆ refCount()

int RefCountClass::refCount ( ) const
inline

Definition at line 257 of file gtest_blackboard.cpp.

Member Data Documentation

◆ sptr_

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

Definition at line 263 of file gtest_blackboard.cpp.


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


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Sun Sep 22 2024 02:19:17