LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
frozen::bits::seed_or_index Struct Reference

#include <pmh.h>

Public Types

using value_type = std::uint64_t

Public Member Functions

constexpr value_type value () const
constexpr bool is_seed () const
constexpr seed_or_index (bool is_seed, value_type value)
constexpr seed_or_index ()=default
constexpr seed_or_index (const seed_or_index &)=default
constexpr seed_or_indexoperator= (const seed_or_index &)=default

Member Typedef Documentation

◆ value_type

Constructor & Destructor Documentation

◆ seed_or_index() [1/3]

frozen::bits::seed_or_index::seed_or_index ( bool is_seed,
value_type value )
inlineconstexpr

References is_seed(), and value().

Referenced by operator=(), and seed_or_index().

◆ seed_or_index() [2/3]

frozen::bits::seed_or_index::seed_or_index ( )
constexprdefault

◆ seed_or_index() [3/3]

frozen::bits::seed_or_index::seed_or_index ( const seed_or_index & )
constexprdefault

References seed_or_index().

Member Function Documentation

◆ is_seed()

bool frozen::bits::seed_or_index::is_seed ( ) const
inlineconstexpr

Referenced by seed_or_index().

◆ operator=()

seed_or_index & frozen::bits::seed_or_index::operator= ( const seed_or_index & )
constexprdefault

References seed_or_index().

◆ value()

value_type frozen::bits::seed_or_index::value ( ) const
inlineconstexpr

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