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

#include <PoolCreateFlag.hpp>

Inheritance diagram for virt::StoragePool::CreateFlag:
VirtEnumStorage< virStoragePoolDeleteFlags > VirtEnumBase< CreateFlag > EnumSetHelper< CreateFlag >

Static Public Member Functions

static constexpr auto from_string (std::string_view sv)
 

Static Public Attributes

static constexpr auto NORMAL = Underlying::NORMAL
 
static constexpr auto WITH_BUILD = Underlying::WITH_BUILD
 
static constexpr auto WITH_BUILD_OVERWRITE = Underlying::WITH_BUILD_OVERWRITE
 
static constexpr auto WITH_BUILD_NO_OVERWRITE = Underlying::WITH_BUILD_NO_OVERWRITE
 

Static Protected Attributes

static constexpr std::array values = {"with_build", "with_build_overwrite", "with_build_no_overwrite"}
 

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::StoragePool::CreateFlag::from_string ( std::string_view  sv)
inlinestatic

Member Data Documentation

constexpr auto virt::StoragePool::CreateFlag::NORMAL = Underlying::NORMAL
static
constexpr std::array virt::StoragePool::CreateFlag::values = {"with_build", "with_build_overwrite", "with_build_no_overwrite"}
staticprotected
constexpr auto virt::StoragePool::CreateFlag::WITH_BUILD = Underlying::WITH_BUILD
static
constexpr auto virt::StoragePool::CreateFlag::WITH_BUILD_NO_OVERWRITE = Underlying::WITH_BUILD_NO_OVERWRITE
static
constexpr auto virt::StoragePool::CreateFlag::WITH_BUILD_OVERWRITE = Underlying::WITH_BUILD_OVERWRITE
static

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