|
ant
A2 ant: class-based analysis framework
|
#include <shared_ptr_container.h>
Public Types | |
| using | element_type = const T |
Public Member Functions | |
| cc_shared_ptr () noexcept=default | |
| cc_shared_ptr (const cc_shared_ptr &) noexcept=default | |
| cc_shared_ptr & | operator= (const cc_shared_ptr &) noexcept=default |
| cc_shared_ptr (cc_shared_ptr &&) noexcept=default | |
| cc_shared_ptr & | operator= (cc_shared_ptr &&) noexcept=default |
| cc_shared_ptr (std::nullptr_t) noexcept | |
| cc_shared_ptr (const std::shared_ptr< T > &ptr_) noexcept | |
| const T & | operator* () const noexcept |
| const T * | operator-> () const |
| bool | operator== (const cc_shared_ptr &other) const noexcept |
| bool | operator!= (const cc_shared_ptr &other) const noexcept |
| bool | operator< (const cc_shared_ptr &other) const noexcept |
| operator bool () const noexcept | |
| template<class Archive > | |
| void | serialize (Archive &archive) |
| using ant::std_ext::cc_shared_ptr< T >::element_type = const T |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inline |