Statements (14)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Boost
|
gptkbp:assignment_operator |
std::auto_ptr& operator=(const std::auto_ptr& other)
|
gptkbp:constructor |
std::auto_ptr(T* ptr)
|
gptkbp:copy_constructor |
std::auto_ptr(const std::auto_ptr& other)
|
gptkbp:get |
T* get() const
|
gptkbp:header_file |
<memory>
|
gptkbp:released |
T* release()
|
gptkbp:replaced_by |
gptkb:std::unique_ptr
C++11 |
gptkbp:reset |
void reset(T* ptr = nullptr)
|
gptkbp:swap |
void swap(std::auto_ptr& other)
|
gptkbp:theme |
T
|
gptkbp:bfsParent |
gptkb:std::unique_ptr
|
gptkbp:bfsLayer |
5
|