schroot-listmounts-main.cc File Reference

#include <config.h>
#include <sbuild/sbuild-mntstream.h>
#include "schroot-listmounts-main.h"
#include <cerrno>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <iostream>
#include <locale>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <boost/format.hpp>
#include <lockdev.h>

Include dependency graph for schroot-listmounts-main.cc:


Typedefs

typedef std::pair
< main::error_code, const char * > 
emap

Variables

emap init_errors []
 This is a list of the supported error codes.

Typedef Documentation

typedef std::pair<main::error_code,const char *> emap [static]


Variable Documentation

emap init_errors[] [static]

Initial value:

    {
      
      emap(main::FIND,  N_("Failed to find '%1%'"))
    }
This is a list of the supported error codes.

It's used to construct the real error codes map.


Generated on Mon May 5 09:27:22 2008 for schroot by  doxygen 1.5.5