fw4spl
|
The namespace fwIO contains the base interface for reader and writer services. More...
Classes | |
class | IReader |
Reader service API. It manages extension points definition and extension configuration. More... | |
class | IWriter |
Writer service API. It manages extension points definition and extension configuration. More... | |
Typedefs | |
typedef std::vector< ::boost::filesystem::path > | LocationsType |
List of paths managed by io services. | |
Enumerations | |
enum | IOPathType { FILE = (1 << 0), FILES = (1 << 1), FOLDER = (1 << 2), TYPE_NOT_DEFINED = (1 << 3) } |
IOPathType defines different type of paths used by service readers/writers. More... | |
Variables | |
FWIO_API const std::string | s_DATA_KEY = "data" |
The namespace fwIO contains the base interface for reader and writer services.
enum fwIO::IOPathType |
IOPathType defines different type of paths used by service readers/writers.
Definition at line 19 of file ioTypes.hpp.