neoGFX
C++ GPU-oriented GUI library and app/game creation framework.
neogfx::font::scoped_token Class Reference

#include <font.hpp>

Public Member Functions

 scoped_token ()
 
 scoped_token (token aToken)
 
 scoped_token (const font &aFont)
 
 scoped_token (const scoped_token &aOther)
 
 ~scoped_token ()
 
scoped_tokenoperator= (const scoped_token &aOther)
 
token operator* () const
 
bool operator== (const scoped_token &aOther) const
 
token get () const
 

Detailed Description

Definition at line 121 of file font.hpp.

Constructor & Destructor Documentation

◆ scoped_token() [1/4]

neogfx::font::scoped_token::scoped_token ( )

◆ scoped_token() [2/4]

neogfx::font::scoped_token::scoped_token ( token  aToken)

◆ scoped_token() [3/4]

neogfx::font::scoped_token::scoped_token ( const font aFont)

◆ scoped_token() [4/4]

neogfx::font::scoped_token::scoped_token ( const scoped_token aOther)

◆ ~scoped_token()

neogfx::font::scoped_token::~scoped_token ( )

Member Function Documentation

◆ get()

token neogfx::font::scoped_token::get ( ) const
inline

Definition at line 141 of file font.hpp.

◆ operator*()

token neogfx::font::scoped_token::operator* ( ) const
inline

Definition at line 132 of file font.hpp.

◆ operator=()

scoped_token& neogfx::font::scoped_token::operator= ( const scoped_token aOther)

◆ operator==()

bool neogfx::font::scoped_token::operator== ( const scoped_token aOther) const
inline

Definition at line 136 of file font.hpp.


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