Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::filesystem::file_status Class Reference

#include <operations.hpp>

Public Member Functions

 file_status ()
 
 file_status (file_type v, perms prms=perms_not_known)
 
file_type type () const
 
perms permissions () const
 
void type (file_type v)
 
void permissions (perms prms)
 
bool operator== (const file_status &rhs) const
 
bool operator!= (const file_status &rhs) const
 

Constructor & Destructor Documentation

boost::filesystem::file_status::file_status ( )
inline
boost::filesystem::file_status::file_status ( file_type  v,
perms  prms = perms_not_known 
)
inlineexplicit

Member Function Documentation

bool boost::filesystem::file_status::operator!= ( const file_status rhs) const
inline
bool boost::filesystem::file_status::operator== ( const file_status rhs) const
inline
perms boost::filesystem::file_status::permissions ( ) const
inline
void boost::filesystem::file_status::permissions ( perms  prms)
inline
void boost::filesystem::file_status::type ( file_type  v)
inline

The documentation for this class was generated from the following file: