Scroom 0.14-48-ga0fee447
Loading...
Searching...
No Matches
ContextTests Class Reference
Inheritance diagram for ContextTests:
Inheritance graph
Collaboration diagram for ContextTests:
Collaboration graph

Public Member Functions

 ContextTests ()
 

Public Attributes

Context::Ptr context
 
std::shared_ptr< int > value
 
std::weak_ptr< int > weakValue
 

Constructor & Destructor Documentation

◆ ContextTests()

ContextTests::ContextTests ( )
inline
22 : context(std::make_shared<SingleContext>())
23 , value(std::make_shared<int>(3))
25 {
26 }
std::weak_ptr< int > weakValue
Definition context-tests.cc:19
Context::Ptr context
Definition context-tests.cc:17
std::shared_ptr< int > value
Definition context-tests.cc:18

Member Data Documentation

◆ context

Context::Ptr ContextTests::context

◆ value

std::shared_ptr<int> ContextTests::value

◆ weakValue

std::weak_ptr<int> ContextTests::weakValue

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