Scroom  0.14
anonymous_namespace{gtkhelper-tests.cc}::B Class Reference
Collaboration diagram for anonymous_namespace{gtkhelper-tests.cc}::B:
Collaboration graph

Public Types

using Ptr = boost::shared_ptr< B >
 
using WeakPtr = boost::weak_ptr< B >
 

Static Public Member Functions

static Ptr create ()
 

Member Typedef Documentation

◆ Ptr

using anonymous_namespace{gtkhelper-tests.cc}::B::Ptr = boost::shared_ptr<B>

◆ WeakPtr

using anonymous_namespace{gtkhelper-tests.cc}::B::WeakPtr = boost::weak_ptr<B>

Member Function Documentation

◆ create()

static Ptr anonymous_namespace{gtkhelper-tests.cc}::B::create ( )
inlinestatic
28 { return Ptr(new B()); }

The documentation for this class was generated from the following file:
anonymous_namespace{gtkhelper-tests.cc}::B::Ptr
boost::shared_ptr< B > Ptr
Definition: gtkhelper-tests.cc:25
B
Definition: threadpool-tests.cc:53