|
dxd - dynax driver framework 2.7.0d222
cross platform open source driver development framework
|
#include "dx_sync.h"#include "dx_key_value_tree.h"#include <set>#include <deque>#include <functional>#include <type_traits>Classes | |
| class | dx::registry |
| flat, non-hierarchical Windows registry access to one real key More... | |
Namespaces | |
| namespace | dx |
| dynax driver framework user mode interface namespace | |
Typedefs | |
| using | dx::preference = key_value_tree<registry> |
| hierarchical preference store over the Windows registry see dx::key_value_tree (dx_key_value_tree.h) for usage and dx::registry's design note above for how the hierarchy maps onto real registry keys. | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const dx::preference &preference) |
| std::ostream & | operator<< (std::ostream &os, const dx::registry ®istry) |
| bool | print (std::ostream &os, const dx::registry ®istry) |
|
inline |
|
inline |
|
inline |
prints registry's stored value, if it has a type set; returns whether it did - the two operator<< overloads below only differ in what happens when it didn't, so that decision stays with the caller.
| (c) copyright 2009 dynamic acoustics e.U. | generated on |