medcrypt::guardian::AuthenticationAllowDenyEnum

Types

Name

enum

Type { Allow = 0, Deny = 1 }

Functions

Name

std::string

NameOf(const Type & in_enum)

Enum(const std::string & in_string)

bool

IsValid(const int & in_value)

Types Documentation

enum Type

Enumerator

Value

Description

Allow

0

specified list is an allow list, an empty list blocks all

Deny

1

specified list is a deny list, an empty list allows all

Functions Documentation

function NameOf

std::string NameOf(
    const Type & in_enum
)

function Enum

Type Enum(
    const std::string & in_string
)

function IsValid

bool IsValid(
    const int & in_value
)

Last updated

Was this helpful?