ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Types | List of all members
anna::xml::Binary::ItemCode Struct Reference

#include <Binary.hpp>

Public Types

enum  _v {
  Node = 0xff, Attribute = 0xfe, Text = 0xfd, Namespace = 0xfc,
  NodeWithNamespace = 0xfb, AttributeWithNamespace = 0xfa, TextValue = 0xe0, IntegerValue = 0xe1,
  LongValue = 0xe2
}
 

Member Enumeration Documentation

◆ _v

Enumerator
Node 
Attribute 
Text 
Namespace 
NodeWithNamespace 
AttributeWithNamespace 
TextValue 
IntegerValue 
LongValue 
26  {
27  Node = 0xff, Attribute = 0xfe, Text = 0xfd, Namespace = 0xfc, NodeWithNamespace = 0xfb, AttributeWithNamespace = 0xfa,
28  TextValue = 0xe0, IntegerValue = 0xe1, LongValue = 0xe2
29  };
Definition: Binary.hpp:27
Definition: Binary.hpp:27

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