#include <types.h>
Public Member Functions | |
IntegerId () | |
IntegerId (const IntegerId &id) | |
IntegerId (uint32_t num) | |
operator uint32_t () const | |
IntegerId & | operator= (const IntegerId &id) |
IntegerId & | operator= (uint32_t value) |
Private Attributes | |
uint32_t | Value |
OpcUa::IntegerId::IntegerId | ( | ) |
Definition at line 169 of file binary_stream.cpp.
OpcUa::IntegerId::IntegerId | ( | const IntegerId & | id | ) |
Definition at line 174 of file binary_stream.cpp.
|
explicit |
Definition at line 179 of file binary_stream.cpp.
OpcUa::IntegerId::operator uint32_t | ( | ) | const |
Definition at line 205 of file binary_stream.cpp.
Definition at line 188 of file binary_stream.cpp.
IntegerId & OpcUa::IntegerId::operator= | ( | uint32_t | value | ) |
Definition at line 194 of file binary_stream.cpp.