|
Vince's CSV Parser
|
Public Member Functions | |
| lazy_shared_ptr (const lazy_shared_ptr &)=delete | |
| lazy_shared_ptr & | operator= (const lazy_shared_ptr &)=delete |
| lazy_shared_ptr (lazy_shared_ptr &&other) noexcept | |
| lazy_shared_ptr & | operator= (lazy_shared_ptr &&other) noexcept |
| template<typename Factory > | |
| T & | get_or_create (Factory &&factory) const |
| T * | get () const noexcept |
Definition at line 297 of file common.hpp.
|
inlinenoexcept |
Definition at line 303 of file common.hpp.
|
inlinenoexcept |
Definition at line 327 of file common.hpp.
|
inline |
Definition at line 314 of file common.hpp.
|
inlinenoexcept |
Definition at line 305 of file common.hpp.