ObjectIdentifierNode.this

A constructor that accepts a descriptor string. The descriptor string is an ObjectDescriptor, which is defined as:

$(MONO ObjectDescriptor ::= [UNIVERSAL 7] IMPLICIT GraphicString)

$(MONO GraphicString) is just a string containing only characters between and including 0x20 and 0x7E, therefore ObjectDescriptor is just 0x20 and 0x7E.

  1. this(size_t number)
  2. this(size_t number, string descriptor)
    struct ObjectIdentifierNode
    @system
    this
    (
    in size_t number
    ,
    in string descriptor
    )

Throws

Meta