virthttp  0.0
libvirt http interface
Static Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
virt::enums::domain::CreateFlag Class Reference

#include <CreateFlag.hpp>

Inheritance diagram for virt::enums::domain::CreateFlag:
VirtEnumStorage< virDomainCreateFlags > VirtEnumBase< CreateFlag > EnumSetHelper< CreateFlag >

Static Public Member Functions

static constexpr auto from_string (std::string_view sv)
 

Static Public Attributes

static constexpr auto NONE = Underlying::NONE
 
static constexpr auto PAUSED = Underlying::PAUSED
 
static constexpr auto AUTODESTROY = Underlying::AUTODESTROY
 
static constexpr auto BYPASS_CACHE = Underlying::BYPASS_CACHE
 
static constexpr auto FORCE_BOOT = Underlying::FORCE_BOOT
 
static constexpr auto VALIDATE = Underlying::VALIDATE
 

Static Protected Attributes

static constexpr std::array values = {"paused", "autodestroy", "bypass_cache", "force_boot", "validate"}
 

Additional Inherited Members

- Public Member Functions inherited from VirtEnumBase< CreateFlag >
constexpr VirtEnumBase () noexcept
 
constexpr VirtEnumBase (EHTag, T e) noexcept
 
constexpr VirtEnumBase (E e) noexcept
 
constexpr CreateFlag & operator= (E e) noexcept
 
- Public Member Functions inherited from EnumSetHelper< CreateFlag >
constexpr std::string_view to_string () const noexcept
 
constexpr auto from_string_base (std::string_view v) const noexcept
 

Member Function Documentation

static constexpr auto virt::enums::domain::CreateFlag::from_string ( std::string_view  sv)
inlinestatic

Member Data Documentation

constexpr auto virt::enums::domain::CreateFlag::AUTODESTROY = Underlying::AUTODESTROY
static
constexpr auto virt::enums::domain::CreateFlag::BYPASS_CACHE = Underlying::BYPASS_CACHE
static
constexpr auto virt::enums::domain::CreateFlag::FORCE_BOOT = Underlying::FORCE_BOOT
static
constexpr auto virt::enums::domain::CreateFlag::NONE = Underlying::NONE
static
constexpr auto virt::enums::domain::CreateFlag::PAUSED = Underlying::PAUSED
static
constexpr auto virt::enums::domain::CreateFlag::VALIDATE = Underlying::VALIDATE
static
constexpr std::array virt::enums::domain::CreateFlag::values = {"paused", "autodestroy", "bypass_cache", "force_boot", "validate"}
staticprotected

The documentation for this class was generated from the following file: