siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
siderust::detail::SkyGridCellsGuard Struct Reference

#include <siderust/sky_grid.hpp>

Public Member Functions

 ~SkyGridCellsGuard ()
 
 SkyGridCellsGuard ()=default
 
 SkyGridCellsGuard (const SkyGridCellsGuard &)=delete
 
SkyGridCellsGuardoperator= (const SkyGridCellsGuard &)=delete
 
 SkyGridCellsGuard (SkyGridCellsGuard &&)=delete
 
SkyGridCellsGuardoperator= (SkyGridCellsGuard &&)=delete
 

Public Attributes

SiderustSkyGridCell * ptr = nullptr
 
uintptr_t count = 0
 

Detailed Description

Definition at line 23 of file sky_grid.hpp.

Constructor & Destructor Documentation

◆ ~SkyGridCellsGuard()

siderust::detail::SkyGridCellsGuard::~SkyGridCellsGuard ( )
inline

Definition at line 27 of file sky_grid.hpp.

References count, and ptr.

◆ SkyGridCellsGuard() [1/3]

siderust::detail::SkyGridCellsGuard::SkyGridCellsGuard ( )
default

◆ SkyGridCellsGuard() [2/3]

siderust::detail::SkyGridCellsGuard::SkyGridCellsGuard ( const SkyGridCellsGuard )
delete

◆ SkyGridCellsGuard() [3/3]

siderust::detail::SkyGridCellsGuard::SkyGridCellsGuard ( SkyGridCellsGuard &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

SkyGridCellsGuard & siderust::detail::SkyGridCellsGuard::operator= ( const SkyGridCellsGuard )
delete

◆ operator=() [2/2]

SkyGridCellsGuard & siderust::detail::SkyGridCellsGuard::operator= ( SkyGridCellsGuard &&  )
delete

Member Data Documentation

◆ count

uintptr_t siderust::detail::SkyGridCellsGuard::count = 0

Definition at line 25 of file sky_grid.hpp.

Referenced by ~SkyGridCellsGuard().

◆ ptr

SiderustSkyGridCell* siderust::detail::SkyGridCellsGuard::ptr = nullptr

Definition at line 24 of file sky_grid.hpp.

Referenced by siderust::SkyGrid::cells(), and ~SkyGridCellsGuard().


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