Vince's CSV Parser
Loading...
Searching...
No Matches
csv::RowOverlaySlot Struct Reference

Public Member Functions

 RowOverlaySlot (const RowOverlaySlot &)=delete
 
RowOverlaySlotoperator= (const RowOverlaySlot &)=delete
 
 RowOverlaySlot (RowOverlaySlot &&other) noexcept
 
RowOverlaySlotoperator= (RowOverlaySlot &&other) noexcept
 
RowOverlayget () noexcept
 
const RowOverlayget () const noexcept
 
RowOverlayensure ()
 

Detailed Description

Definition at line 105 of file data_frame.hpp.

Constructor & Destructor Documentation

◆ RowOverlaySlot() [1/2]

csv::RowOverlaySlot::RowOverlaySlot ( )
inlinenoexcept

Definition at line 106 of file data_frame.hpp.

◆ RowOverlaySlot() [2/2]

csv::RowOverlaySlot::RowOverlaySlot ( RowOverlaySlot &&  other)
inlinenoexcept

Definition at line 110 of file data_frame.hpp.

Member Function Documentation

◆ ensure()

RowOverlay * csv::RowOverlaySlot::ensure ( )
inline

Definition at line 137 of file data_frame.hpp.

◆ get() [1/2]

const RowOverlay * csv::RowOverlaySlot::get ( ) const
inlinenoexcept

Definition at line 133 of file data_frame.hpp.

◆ get() [2/2]

RowOverlay * csv::RowOverlaySlot::get ( )
inlinenoexcept

Definition at line 129 of file data_frame.hpp.

◆ operator=()

RowOverlaySlot & csv::RowOverlaySlot::operator= ( RowOverlaySlot &&  other)
inlinenoexcept

Definition at line 118 of file data_frame.hpp.


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