Handy interface for OS global variables Example usage:
More...
#include <object/allcore.h>
template<typename T>
class Global< T >
Handy interface for OS global variables Example usage:
Handy interface for OS global variables Example usage:
Definition allcore.h:18
T value
Definition allcore.h:19
◆ Global() [1/2]
◆ Global() [2/2]
◆ get() [1/2]
◆ get() [2/2]
template<typename T >
const T & Global< T >::get |
( |
| ) |
const |
|
inline |
◆ set()
template<typename T >
const T & Global< T >::set |
( |
const T & |
_value | ) |
|
|
inline |
◆ operator->() [1/2]
template<typename T >
T * Global< T >::operator-> |
( |
| ) |
|
|
inline |
◆ operator->() [2/2]
template<typename T >
const T * Global< T >::operator-> |
( |
| ) |
const |
|
inline |
◆ operator*() [1/3]
template<typename T >
T & Global< T >::operator* |
( |
| ) |
|
|
inline |
◆ operator*() [2/3]
template<typename T >
const T & Global< T >::operator* |
( |
| ) |
const |
|
inline |
◆ operator&()
template<typename T >
T * Global< T >::operator& |
( |
| ) |
|
|
inline |
◆ operator*() [3/3]
template<typename T >
T & Global< T >::operator* |
( |
| ) |
volatile |
|
inline |
◆ operator=()
template<typename T >
T & Global< T >::operator= |
( |
T & |
val | ) |
|
|
inline |
◆ operator++() [1/2]
template<typename T >
T Global< T >::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator++() [2/2]
template<typename T >
T & Global< T >::operator++ |
( |
| ) |
|
|
inline |
◆ operator--() [1/2]
template<typename T >
T Global< T >::operator-- |
( |
int |
| ) |
|
|
inline |
◆ operator--() [2/2]
template<typename T >
T & Global< T >::operator-- |
( |
| ) |
|
|
inline |
◆ operator==()
template<typename T >
bool Global< T >::operator== |
( |
const T & |
val | ) |
const |
|
inline |
◆ operator!=()
template<typename T >
bool Global< T >::operator!= |
( |
const T & |
val | ) |
const |
|
inline |
◆ value
The documentation for this class was generated from the following file: