Class to store type info. More...
#include <typeid.h>
Public Member Functions | |
| constexpr bool | operator!= (const typeID &rhs) const |
| constexpr bool | operator!= (uint32_t rhs) const |
| constexpr bool | operator== (const typeID &rhs) const |
| constexpr bool | operator== (uint32_t rhs) const |
Public Attributes | |
| uint32_t | bytes = 0 |
| Size of object (bytes) | |
| uint32_t | hash = 0 |
| Hash of function. | |
| char | name [120] = { 0 } |
| Name of function (may be truncated, null-terminated) | |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
| uint32_t AMP::typeID::bytes = 0 |
Size of object (bytes)
Definition at line 211 of file typeid.h.
Referenced by AMP::LinearAlgebra::VectorDataNull::sizeofDataBlockType().
| uint32_t AMP::typeID::hash = 0 |
Hash of function.
Definition at line 212 of file typeid.h.
Referenced by operator!=(), operator!=(), operator==(), and operator==().
| char AMP::typeID::name[120] = { 0 } |
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:42. Comments on this page |