JayBeams  0.1
Another project to have fun coding.
config.hpp
Go to the documentation of this file.
1 #ifndef jb_opencl_config_hpp
2 #define jb_opencl_config_hpp
3 
4 #include <jb/config_object.hpp>
5 
6 namespace jb {
7 namespace opencl {
8 
9 /**
10  * Configure the OpenCL device / context options.
11  */
12 class config : public jb::config_object {
13 public:
14  config();
16 
18 };
19 
20 } // namespace opencl
21 } // namespace jb
22 
23 #endif // jb_opencl_config_hpp
Configure the OpenCL device / context options.
Definition: config.hpp:12
Base class for all configuration objects.
Helper class to easily define configuration attributes.
config_object_constructors(config)
jb::config_attribute< config, std::string > device_name
Definition: config.hpp:17
The top-level namespace for the JayBeams library.
Definition: as_hhmmss.hpp:7