Definition at line 49 of file attributes.cpp.
◆ FileInfo() [1/2]
Rcpp::attributes::FileInfo::FileInfo |
( |
const std::string & |
path | ) |
|
|
explicit |
◆ FileInfo() [2/2]
Rcpp::attributes::FileInfo::FileInfo |
( |
const List & |
fileInfo | ) |
|
|
inlineexplicit |
◆ exists()
bool Rcpp::attributes::FileInfo::exists |
( |
| ) |
const |
|
inline |
◆ extension()
std::string Rcpp::attributes::FileInfo::extension |
( |
| ) |
const |
|
inline |
◆ lastModified()
double Rcpp::attributes::FileInfo::lastModified |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator<()
bool Rcpp::attributes::FileInfo::operator< |
( |
const FileInfo & |
other | ) |
const |
|
inline |
◆ operator<<()
std::ostream& Rcpp::attributes::FileInfo::operator<< |
( |
std::ostream & |
os | ) |
const |
|
inline |
◆ operator==()
bool Rcpp::attributes::FileInfo::operator== |
( |
const FileInfo & |
other | ) |
const |
|
inline |
◆ path()
std::string Rcpp::attributes::FileInfo::path |
( |
| ) |
const |
|
inline |
◆ toList()
List Rcpp::attributes::FileInfo::toList |
( |
| ) |
const |
|
inline |
◆ exists_
bool Rcpp::attributes::FileInfo::exists_ |
|
private |
◆ lastModified_
double Rcpp::attributes::FileInfo::lastModified_ |
|
private |
◆ path_
std::string Rcpp::attributes::FileInfo::path_ |
|
private |
The documentation for this class was generated from the following file: