|
| using | Ptr = boost::shared_ptr< A > |
| |
| using | WeakPtr = boost::weak_ptr< A > |
| |
◆ 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> |
◆ create()
| static Ptr anonymous_namespace{boost-smart-pointers.cc}::A::create |
( |
| ) |
|
|
inlinestatic |
30 {
return Ptr(
new A()); }
◆ whatever()
| void anonymous_namespace{boost-smart-pointers.cc}::A::whatever |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: