Provides interface for /etc/exports handling. More...
#include <limal/nfs-server/config.h>
#include <blocxx/String.hpp>
#include <blocxx/Array.hpp>
#include <blocxx/List.hpp>
#include "blocxx/BLOCXX_config.h"
#include "blocxx/COWReference.hpp"
#include <list>
#include <map>
#include <functional>
Go to the source code of this file.
Classes | |
class | limal::nfs_server::ExportOption |
The ExportOption class manages a nfs export option. More... | |
class | limal::nfs_server::ExportClient |
Export client specification inclusive its option list. More... | |
class | limal::nfs_server::ExportEntry |
Export entry path with a list of client specifications. More... | |
class | limal::nfs_server::Exports |
Namespaces | |
namespace | limal |
namespace | limal::nfs_server |
Typedefs | |
typedef BLOCXX_NAMESPACE::List < ExportOption > | limal::nfs_server::ExportOptions |
typedef BLOCXX_NAMESPACE::List < ExportClient > | limal::nfs_server::ExportClients |
typedef BLOCXX_NAMESPACE::Array < BLOCXX_NAMESPACE::String > | limal::nfs_server::ExportComment |
typedef BLOCXX_NAMESPACE::List < ExportEntry > | limal::nfs_server::ExportEntries |
typedef BLOCXX_NAMESPACE::List < BLOCXX_NAMESPACE::String > | limal::nfs_server::ExportPaths |
Provides interface for /etc/exports handling.