Apache Mesos
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mesos::internal::fs::MountInfoTable Struct Reference

#include <fs.hpp>

Classes

struct  Entry
 

Public Member Functions

Try< EntryfindByTarget (const std::string &target)
 

Static Public Member Functions

static Try< MountInfoTableread (const Option< pid_t > &pid=None(), bool hierarchicalSort=true)
 
static Try< MountInfoTableread (const std::string &lines, bool hierarchicalSort=true)
 

Public Attributes

std::vector< Entryentries
 

Member Function Documentation

Try<Entry> mesos::internal::fs::MountInfoTable::findByTarget ( const std::string &  target)
static Try<MountInfoTable> mesos::internal::fs::MountInfoTable::read ( const Option< pid_t > &  pid = None(),
bool  hierarchicalSort = true 
)
static
static Try<MountInfoTable> mesos::internal::fs::MountInfoTable::read ( const std::string &  lines,
bool  hierarchicalSort = true 
)
static

Member Data Documentation

std::vector<Entry> mesos::internal::fs::MountInfoTable::entries

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