LLVM  4.0.0
Public Attributes | List of all members
llvm::sys::fs::space_info Struct Reference

space_info - Self explanatory. More...

#include <FileSystem.h>

Collaboration diagram for llvm::sys::fs::space_info:
[legend]

Public Attributes

uint64_t capacity
 
uint64_t free
 
uint64_t available
 

Detailed Description

space_info - Self explanatory.

Definition at line 69 of file FileSystem.h.

Member Data Documentation

uint64_t llvm::sys::fs::space_info::available

Definition at line 72 of file FileSystem.h.

uint64_t llvm::sys::fs::space_info::capacity

Definition at line 70 of file FileSystem.h.

uint64_t llvm::sys::fs::space_info::free

Definition at line 71 of file FileSystem.h.

Referenced by llvm::CachePruning::prune().


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