softwarecontainer
0.18.0-739e8d7 2017-05-04
Main Page
Namespaces
Data Structures
Files
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
Class Hierarchy
Go to the graphical class hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
4
]
▼
C
softwarecontainer::BaseConfigStore
C
softwarecontainer::DefaultConfigStore
C
softwarecontainer::FilteredConfigStore
C
softwarecontainer::CGroupsParser
▼
C
softwarecontainer::CleanUpHandler
C
softwarecontainer::DirectoryCleanUpHandler
C
softwarecontainer::FileCleanUpHandler
Subclass of
CleanUpHandler
that deletes a file
C
softwarecontainer::MountCleanUpHandler
C
softwarecontainer::OverlaySyncCleanupHandler
Used to copy files on cleanup and can be added to the CleanupHandler stack in the
FileToolkitWithUndo
class
C
softwarecontainer::Config
Represents the configuration of
SoftwareContainer
(the component)
C
softwarecontainer::ConfigDefinition
▼
C
softwarecontainer::ConfigItem
Base class for all config item types
C
softwarecontainer::BoolConfig
Represents a config item of type bool
C
softwarecontainer::IntConfig
Represents a config item of type int
C
softwarecontainer::StringConfig
Represents a config item of type string
▼
C
softwarecontainer::ConfigLoader
C
softwarecontainer::FileConfigLoader
▼
C
softwarecontainer::ConfigSource
Base class for all config sources
C
softwarecontainer::CommandlineConfigSource
A config source representing the commandline options
C
softwarecontainer::DefaultConfigSource
Represents the default config values
C
softwarecontainer::MainConfigSource
C
softwarecontainer::ConfigTypes
C
softwarecontainer::ContainerOptionParser
C
softwarecontainer::CreateDir
Responsible for creating new directories and removing them when it is necessary
C
softwarecontainer::DBusGatewayParser
C
softwarecontainer::Device
C
softwarecontainer::DeviceNodeLogic
This class is responsible for storing all device node configurations in a well-formed list
C
softwarecontainer::DynamicContainerOptions
C
softwarecontainer::EnvironmentGatewayParser
▼
C
exception
C
softwarecontainer::GatewayParserError
▼
C
softwarecontainer::SoftwareContainerError
►
C
softwarecontainer::CgroupsGatewayError
C
softwarecontainer::BadSuffixError
C
softwarecontainer::InvalidInputError
C
softwarecontainer::JSonError
C
softwarecontainer::LimitRangeError
►
C
softwarecontainer::ConfigError
C
softwarecontainer::ConfigDependencyError
C
softwarecontainer::ConfigFileError
An error occured in a Glib operation
C
softwarecontainer::ConfigInternalError
An error occured which is an internal error in the config code
C
softwarecontainer::ConfigMandatoryError
C
softwarecontainer::ConfigNotFoundError
A requested config item could not be found in any of the config sources
C
softwarecontainer::ConfigUnknownError
A config is found which is not defined in
ConfigDefinition
►
C
softwarecontainer::ConfigStoreError
C
softwarecontainer::CapabilityParseError
An error occured in ConfigStore when parsing a Capability in a Service Manifest
C
softwarecontainer::ServiceManifestParseError
An error occured in ConfigStore when parsing a Service Manifest
C
softwarecontainer::ServiceManifestPathError
An error occured in ConfigStore relating to the path to the Service Manifest(s)
C
softwarecontainer::ContainerError
An error has occured in the underlying container implementation
C
softwarecontainer::ContainerOptionParseError
C
softwarecontainer::ContainerUtilityInterfaceError
An error occured in
ContainerUtilityInterface
C
softwarecontainer::DeviceNodeGatewayError
C
softwarecontainer::GatewayError
C
softwarecontainer::InvalidContainerError
The container instance is in an invalid state and should not be used
C
softwarecontainer::InvalidOperationError
A method was called which is inappropriate in the current state
►
C
softwarecontainer::NetworkGatewayError
C
softwarecontainer::IPAllocationError
C
softwarecontainer::SoftwareContainerAgentError
An error occured in
SoftwareContainerAgent
▼
C
softwarecontainer::Executable
▼
C
softwarecontainer::ContainerAbstractInterface
C
softwarecontainer::Container
Abstraction of the specific containment technology used
C
softwarecontainer::FileGatewayParser
C
softwarecontainer::FileGatewaySettingStore
C
softwarecontainer::FileGatewayParser::FileSetting
▼
C
softwarecontainer::FileToolkitWithUndo
C
softwarecontainer::Container
Abstraction of the specific containment technology used
C
softwarecontainer::ContainerUtilityInterface
C
softwarecontainer::DeviceNodeGateway
This gateway is responsible for exposing device nodes in an LXC container
C
softwarecontainer::SoftwareContainer
An abstraction of concrete container implementations
▼
C
softwarecontainer::Gateway
Gateway
base class for
SoftwareContainer
C
softwarecontainer::CgroupsGateway
The cgroups gateway sets cgroups related settings for the container
C
softwarecontainer::DBusGateway
C
softwarecontainer::DBusGatewayInstance
DBus
Gateway
takes care of spawning and killing the DBus proxies
C
softwarecontainer::DeviceNodeGateway
This gateway is responsible for exposing device nodes in an LXC container
C
softwarecontainer::EnvironmentGateway
Environment
Gateway
is used to define environment variables to the container
C
softwarecontainer::FileGateway
This gateway lets you map files (including socket files) or folders from the host into the container's filesystem
C
softwarecontainer::NetworkGateway
Sets up and manages network access and routing to the container
C
softwarecontainer::PulseGateway
The PulseAudio
Gateway
is used to provide access to the host system PulseAudio server
C
softwarecontainer::WaylandGateway
C
softwarecontainer::GatewayConfiguration
C
softwarecontainer::IPTableEntry
A rules entry for the treatment of packets
▼
C
softwarecontainer::JobAbstract
Abstract class for jobs which get executed inside a container
C
softwarecontainer::CommandJob
Use this class to execute a command line in a
SoftwareContainer
C
softwarecontainer::FunctionJob
Run a C++ function lambda inside a
SoftwareContainer
C
softwarecontainer::JSONParser
Convenience layer for the Jansson JSON parser
C
softwarecontainer::Netlink
Handles various network operations over netlink
C
softwarecontainer::NetworkGatewayFunctions
Sets up and manages network access and routing to the container
C
softwarecontainer::NetworkGatewayParser
▼
C
ObservableProperty< Type >
C
ObservableWritableProperty< Type >
▼
C
ObservableProperty< ContainerState >
C
ObservableWritableProperty< ContainerState >
C
softwarecontainer::IPTableEntry::portFilter
Container
for port filtering options
C
PProfiler
C
softwarecontainer::RecursiveCopy
Singleton class used to copy files recursively from a source to a destination
C
softwarecontainer::RecursiveDelete
Singleton class used to delete files recursively in a directory
C
softwarecontainer::IPTableEntry::Rule
Definition of a '
Rule
' used to handle network traffic
▼
C
softwarecontainer::ServiceManifestLoader
Base class used for creating a service manifest loader
C
softwarecontainer::ServiceManifestFileLoader
C
softwarecontainer::SignalConnectionsHandler
References to sigc++ connections and automatically disconnects them on destruction
▼
C
softwarecontainer::SoftwareContainerAbstractInterface
C
softwarecontainer::SoftwareContainer
An abstraction of concrete container implementations
C
softwarecontainer::SoftwareContainerAgent
▼
C
com::pelagicore::SoftwareContainerAgent
C
softwarecontainer::SoftwareContainerAgentAdaptor
C
SoftwareContainerAgentCommon
C
SoftwareContainerAgentMessageHelper
C
softwarecontainer::SoftwareContainerConfig
Contains all values that should be passed to
SoftwareContainer
on creation
C
softwarecontainer::SoftwareContainerFactory
Generated on Thu May 4 2017 14:55:42 for softwarecontainer by
1.8.11