#include <options.hpp>


Static Public Member Functions | |
| static std::string | name () | 
| static std::size_t | default_value () | 
  Static Public Member Functions inherited from ityr::common::option< thread_state_allocator_size_option, std::size_t > | |
| static value_type | value () | 
| static void | set (value_type val) | 
| static void | unset () | 
  Static Public Member Functions inherited from ityr::common::singleton< T > | |
| static auto & | get () | 
| static bool | initialized () | 
| template<typename... Args> | |
| static void | init (Args &&... args) | 
| static void | fini () | 
Additional Inherited Members | |
  Public Types inherited from ityr::common::option< thread_state_allocator_size_option, std::size_t > | |
| using | value_type = std::size_t | 
  Public Types inherited from ityr::common::singleton< T > | |
| using | instance_type = T | 
  Public Member Functions inherited from ityr::common::option< thread_state_allocator_size_option, std::size_t > | |
| option (value_type val) | |
| void | print () const override | 
  Public Member Functions inherited from ityr::common::option_base | |
| virtual | ~option_base ()=default | 
  Protected Attributes inherited from ityr::common::option< thread_state_allocator_size_option, std::size_t > | |
| value_type | val_ | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic |