Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
Utilities Class Reference

#include <Utilities.hh>

Static Public Member Functions

static ncplaneto_ncplane (const Plane *plane) noexcept
 
static ncplaneto_ncplane (const Plane &plane) noexcept
 
static NotCursesget_notcurses_cpp (const Root *o) noexcept
 
static NotCursesget_notcurses_cpp (const Root &o) noexcept
 
static NotCursesget_notcurses_cpp (const Plane *plane) noexcept
 
static NotCursesget_notcurses_cpp (const Plane &plane) noexcept
 

Detailed Description

Definition at line 14 of file Utilities.hh.

Member Function Documentation

◆ get_notcurses_cpp() [1/4]

static NotCurses * get_notcurses_cpp ( const Plane plane)
inlinestaticnoexcept

Definition at line 33 of file Utilities.hh.

34 {
35 return get_notcurses_cpp (&plane);
36 }
static NotCurses * get_notcurses_cpp(const Root *o) noexcept

◆ get_notcurses_cpp() [2/4]

static NotCurses * get_notcurses_cpp ( const Plane plane)
staticnoexcept

◆ get_notcurses_cpp() [3/4]

static NotCurses * get_notcurses_cpp ( const Root o)
inlinestaticnoexcept

Definition at line 26 of file Utilities.hh.

27 {
28 return get_notcurses_cpp (&o);
29 }

◆ get_notcurses_cpp() [4/4]

static NotCurses * get_notcurses_cpp ( const Root o)
staticnoexcept

◆ to_ncplane() [1/2]

static ncplane * to_ncplane ( const Plane plane)
inlinestaticnoexcept

Definition at line 19 of file Utilities.hh.

20 {
21 return to_ncplane (&plane);
22 }
static ncplane * to_ncplane(const Plane *plane) noexcept

◆ to_ncplane() [2/2]

static ncplane * to_ncplane ( const Plane plane)
staticnoexcept

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