Horizon
|
Wrapper for stat as pointer. More...
#include <zip.hpp>
Public Member Functions | |
stat_ptr (stat stat) noexcept | |
Constructor. More... | |
stat & | operator* () noexcept |
Get the reference. More... | |
const stat & | operator* () const noexcept |
Get the reference. More... | |
stat * | operator-> () noexcept |
Access the object. More... | |
const stat * | operator-> () const noexcept |
Access the object. More... | |
Wrapper for stat as pointer.
|
inlinenoexcept |
Constructor.
stat | the file stat |
|
inlinenoexcept |
Get the reference.
|
inlinenoexcept |
Get the reference.
|
inlinenoexcept |
Access the object.
|
inlinenoexcept |
Access the object.