Scroom 0.14-49-gb7ae7a6d
Loading...
Searching...
No Matches
ParentContextTests Class Reference
Inheritance diagram for ParentContextTests:
Inheritance graph
Collaboration diagram for ParentContextTests:
Collaboration graph

Public Member Functions

 ParentContextTests ()
 

Public Attributes

Context::Ptr first
 
Context::Ptr second
 
ParentContext context
 

Constructor & Destructor Documentation

◆ ParentContextTests()

ParentContextTests::ParentContextTests ( )
inline
16 : first(std::make_shared<SingleContext>())
17 , second(std::make_shared<SingleContext>())
18 , context(first)
19 {
21 second->set("int", 3);
22 }
Context::Ptr second
Definition parent-context-tests.cc:12
ParentContext context
Definition parent-context-tests.cc:13
Context::Ptr first
Definition parent-context-tests.cc:11
void add(const Context::ConstPtr &child) override
Definition parent-context.cc:18
Here is the call graph for this function:

Member Data Documentation

◆ context

ParentContext ParentContextTests::context

Referenced by ParentContextTests().

◆ first

Context::Ptr ParentContextTests::first

◆ second

Context::Ptr ParentContextTests::second

Referenced by ParentContextTests().


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