Rcpp Version 1.0.14
|
Public Member Functions | |
FileInfo (const std::string &path) | |
FileInfo (const List &fileInfo) | |
List | toList () const |
std::string | path () const |
bool | exists () const |
double | lastModified () const |
std::string | extension () const |
bool | operator< (const FileInfo &other) const |
bool | operator== (const FileInfo &other) const |
bool | operator!= (const FileInfo &other) const |
std::ostream & | operator<< (std::ostream &os) const |
Private Attributes | |
std::string | path_ |
bool | exists_ |
double | lastModified_ |
Definition at line 49 of file attributes.cpp.
|
explicit |
Definition at line 2985 of file attributes.cpp.
References Rcpp::as(), exists_, lastModified_, and path().
Definition at line 56 of file attributes.cpp.
References Rcpp::as(), exists_, lastModified_, and path_.
|
inline |
Definition at line 72 of file attributes.cpp.
References exists_.
|
inline |
Definition at line 75 of file attributes.cpp.
References Rcpp::as(), and path_.
|
inline |
Definition at line 73 of file attributes.cpp.
References lastModified_.
Definition at line 93 of file attributes.cpp.
References Rcpp::as().
Definition at line 83 of file attributes.cpp.
References Rcpp::as(), and path_.
|
inline |
Definition at line 97 of file attributes.cpp.
References Rcpp::as(), and path_.
Definition at line 87 of file attributes.cpp.
References Rcpp::as(), exists_, lastModified_, and path_.
|
inline |
|
inline |
Definition at line 63 of file attributes.cpp.
References Rcpp::as(), exists_, lastModified_, and path_.
|
private |
Definition at line 104 of file attributes.cpp.
Referenced by exists(), FileInfo(), FileInfo(), operator==(), and toList().
|
private |
Definition at line 105 of file attributes.cpp.
Referenced by FileInfo(), FileInfo(), lastModified(), operator==(), and toList().
|
private |
Definition at line 103 of file attributes.cpp.
Referenced by extension(), FileInfo(), operator<(), operator<<(), operator==(), path(), and toList().