fw4spl
fwIO Namespace Reference

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"
 

Detailed Description

The namespace fwIO contains the base interface for reader and writer services.

Enumeration Type Documentation

IOPathType defines different type of paths used by service readers/writers.

Enumerator
FILE 

io service can manage file and cannot manage a list of file

FILES 

io service can manage a list of file ()

FOLDER 

io service can manage folder

TYPE_NOT_DEFINED 

io service not used path parameter to works

Definition at line 19 of file ioTypes.hpp.