mxnet
Public Member Functions | Public Attributes | List of all members
dmlc::io::FileInfo Struct Reference

use to store file information More...

#include <io.h>

Collaboration diagram for dmlc::io::FileInfo:
Collaboration graph

Public Member Functions

 FileInfo ()
 default constructor More...
 

Public Attributes

URI path
 full path to the file More...
 
size_t size
 the size of the file More...
 
FileType type
 the type of the file More...
 

Detailed Description

use to store file information

Constructor & Destructor Documentation

dmlc::io::FileInfo::FileInfo ( )
inline

default constructor

Member Data Documentation

URI dmlc::io::FileInfo::path

full path to the file

size_t dmlc::io::FileInfo::size

the size of the file

FileType dmlc::io::FileInfo::type

the type of the file


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