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

#include <XMLFlags.hpp>

Inheritance diagram for virt::enums::network::XMLFlags:
VirtEnumStorage< virDomainXMLFlags > VirtEnumBase< XMLFlags > EnumSetHelper< XMLFlags >

Static Public Member Functions

static constexpr auto from_string (std::string_view sv)
 

Static Public Attributes

static constexpr auto DEFAULT = Underlying::DEFAULT
 
static constexpr auto INACTIVE = Underlying::INACTIVE
 

Static Protected Attributes

static constexpr std::array values = {"secure", "inactive", "update_cpu", "migratable"}
 

Additional Inherited Members

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

Member Data Documentation

constexpr auto virt::enums::network::XMLFlags::DEFAULT = Underlying::DEFAULT
static
constexpr auto virt::enums::network::XMLFlags::INACTIVE = Underlying::INACTIVE
static
constexpr std::array virt::enums::network::XMLFlags::values = {"secure", "inactive", "update_cpu", "migratable"}
staticprotected

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