hatchbed_common
C++ API
Class Hierarchy
File Hierarchy
Full C++ API
Namespaces
Namespace hatchbed_common
Classes and Structs
Template Struct BorrowedStore
Struct EnumOption
Template Struct OwnedStore
Class BoolParameter
Class IntParameter
Template Class NumericParameter
Template Class Parameter
Class Parameter::Declared
Class ParamHandler
Typedefs
Typedef hatchbed_common::DoubleParameter
Typedef hatchbed_common::StringParameter
Directories
Directory include
Directory hatchbed_common
Files
File param_handler.h
File parameter.h
Standard Documents
CHANGELOG
Changelog for package hatchbed_common
0.1.1 (2024-11-24)
LICENSE
PACKAGE
README
hatchbed_common
Param Handler
Index
hatchbed_common
C++ API
Template Struct BorrowedStore
View page source
Template Struct BorrowedStore
Defined in
File parameter.h
Struct Documentation
template
<
class
T
>
struct
BorrowedStore
Public Types
using
Ptr
=
std
::
shared_ptr
<
BorrowedStore
>
Public Functions
inline
BorrowedStore
(
T
*
value
)
Public Members
T
*
value
std
::
mutex
mutex