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

#include <PoolDeleteFlag.hpp>

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

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 ZEROED = Underlying::ZEROED
 

Static Protected Attributes

static constexpr std::array values = {"zeroed"}
 

Additional Inherited Members

- Public Member Functions inherited from VirtEnumBase< DeleteFlag >
constexpr VirtEnumBase () noexcept
 
constexpr VirtEnumBase (EHTag, T e) noexcept
 
constexpr VirtEnumBase (E e) noexcept
 
constexpr DeleteFlag & operator= (E e) noexcept
 
- Public Member Functions inherited from EnumSetHelper< DeleteFlag >
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::DeleteFlag::from_string ( std::string_view  sv)
inlinestatic

Member Data Documentation

constexpr auto virt::StoragePool::DeleteFlag::NORMAL = Underlying::NORMAL
static
constexpr std::array virt::StoragePool::DeleteFlag::values = {"zeroed"}
staticprotected
constexpr auto virt::StoragePool::DeleteFlag::ZEROED = Underlying::ZEROED
static

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