#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 |
Definition at line 163 of file binary_stream.cpp.
OpcUa::IntegerId::IntegerId | ( | const IntegerId & | id | ) |
Definition at line 168 of file binary_stream.cpp.
OpcUa::IntegerId::IntegerId | ( | uint32_t | num | ) | [explicit] |
Definition at line 173 of file binary_stream.cpp.
OpcUa::IntegerId::operator uint32_t | ( | ) | const |
Definition at line 199 of file binary_stream.cpp.
Definition at line 182 of file binary_stream.cpp.
IntegerId & OpcUa::IntegerId::operator= | ( | uint32_t | value | ) |
Definition at line 188 of file binary_stream.cpp.
uint32_t OpcUa::IntegerId::Value [private] |