JayBeams
0.1
Another project to have fun coding.
|
Specialize YAML conversions for jb::cpu_set. More...
#include <convert_cpu_set.hpp>
Static Public Member Functions | |
static bool | decode (YAML::Node node, jb::cpu_set &rhs) |
static YAML::Node | encode (jb::cpu_set const &x) |
Specialize YAML conversions for jb::cpu_set.
Arguably this might belong in the header defining jb::cpu_set, but this is specific to using a cpu_set in configuration objects.
Definition at line 16 of file convert_cpu_set.hpp.
|
inlinestatic |
Definition at line 17 of file convert_cpu_set.hpp.
References jb::cpu_set::parse().
Referenced by BOOST_AUTO_TEST_CASE().
|
inlinestatic |
Definition at line 22 of file convert_cpu_set.hpp.
References jb::cpu_set::as_list_format().
Referenced by BOOST_AUTO_TEST_CASE().