group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
net::FragmentReassembler::OptionalSet Struct Reference
Collaboration diagram for net::FragmentReassembler::OptionalSet:
[legend]

Public Member Functions

OptionalSetemplace ()
void reset () noexcept
ActiveSetoperator-> ()
const ActiveSetoperator-> () const
ActiveSetoperator* ()
const ActiveSetoperator* () const
 operator bool () const noexcept

Public Attributes

bool hasValue = false
ActiveSet value

Member Function Documentation

◆ emplace()

OptionalSet & net::FragmentReassembler::OptionalSet::emplace ( )
inline

◆ operator bool()

net::FragmentReassembler::OptionalSet::operator bool ( ) const
inlineexplicitnoexcept

◆ operator*() [1/2]

ActiveSet & net::FragmentReassembler::OptionalSet::operator* ( )
inline

◆ operator*() [2/2]

const ActiveSet & net::FragmentReassembler::OptionalSet::operator* ( ) const
inline

◆ operator->() [1/2]

ActiveSet * net::FragmentReassembler::OptionalSet::operator-> ( )
inline

◆ operator->() [2/2]

const ActiveSet * net::FragmentReassembler::OptionalSet::operator-> ( ) const
inline

◆ reset()

void net::FragmentReassembler::OptionalSet::reset ( )
inlinenoexcept

Member Data Documentation

◆ hasValue

bool net::FragmentReassembler::OptionalSet::hasValue = false

◆ value

ActiveSet net::FragmentReassembler::OptionalSet::value

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