Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
|
Small group of miscellaneous utilities to ease work with boost.system, joining its boost::system
namespace.
More...
Classes | |
struct | is_error_code_enum<::ipc::session::error::Code > |
Ummm – it specializes this struct to – look – the end result is boost.system uses this as authorization to make enum Code convertible to Error_code . More... | |
struct | is_error_code_enum<::ipc::session::shm::arena_lend::jemalloc::error::Code > |
Ummm – it specializes this struct to – look – the end result is boost.system uses this as authorization to make enum Code convertible to Error_code . More... | |
struct | is_error_code_enum<::ipc::shm::classic::error::Code > |
Ummm – it specializes this struct to – look – the end result is boost.system uses this as authorization to make enum Code convertible to Error_code . More... | |
struct | is_error_code_enum<::ipc::transport::error::Code > |
Ummm – it specializes this struct to – look – the end result is boost.system uses this as authorization to make enum Code convertible to Error_code . More... | |
struct | is_error_code_enum<::ipc::transport::struc::error::Code > |
Ummm – it specializes this struct to – look – the end result is boost.system uses this as authorization to make enum Code convertible to Error_code . More... | |
Small group of miscellaneous utilities to ease work with boost.system, joining its boost::system
namespace.
As of this writing circumstances have to very particular and rare indeed for something to actually be added by us to this namespace. As I write this, it contains only is_error_code_enum<>
specializations to properly extend the boost::system
error-code system.