Scroom  0.14
anonymous_namespace{boost-smart-pointers.cc}::A Class Reference
Collaboration diagram for anonymous_namespace{boost-smart-pointers.cc}::A:
Collaboration graph

Public Types

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

Public Member Functions

void whatever ()
 

Static Public Member Functions

static Ptr create ()
 

Member Typedef Documentation

◆ Ptr

using anonymous_namespace{boost-smart-pointers.cc}::A::Ptr = boost::shared_ptr<A>

◆ WeakPtr

using anonymous_namespace{boost-smart-pointers.cc}::A::WeakPtr = boost::weak_ptr<A>

Member Function Documentation

◆ create()

static Ptr anonymous_namespace{boost-smart-pointers.cc}::A::create ( )
inlinestatic
30 { return Ptr(new A()); }
Here is the call graph for this function:

◆ whatever()

void anonymous_namespace{boost-smart-pointers.cc}::A::whatever ( )
inline
28 {}

The documentation for this class was generated from the following file:
anonymous_namespace{boost-smart-pointers.cc}::A::Ptr
boost::shared_ptr< A > Ptr
Definition: boost-smart-pointers.cc:25
A
Definition: boost-bind.cc:21