Classes | Namespaces | Functions

sbuild-mntstream.h File Reference

#include <sbuild/sbuild-custom-error.h>
#include <iostream>
#include <deque>
#include <string>
#include <stdio.h>
#include <sys/types.h>
#include <mntent.h>
Include dependency graph for sbuild-mntstream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbuild::mntstream
 Access mounts. More...
struct  sbuild::mntstream::mntentry
 An entry in a mntstream. More...

Namespaces

namespace  sbuild

Functions

mntstreamsbuild::operator>> (mntstream &stream, mntstream::mntentry &entry)
 The overloaded extraction operator.