GP-2262 Encoder

This commit is contained in:
caheckman 2022-07-12 19:07:37 -04:00
parent ae79857b42
commit aa038c3636
96 changed files with 2701 additions and 2484 deletions

View file

@ -16,11 +16,11 @@
#include "stringmanage.hh"
#include "architecture.hh"
AttributeId ATTRIB_TRUNC = AttributeId("trunc",102);
AttributeId ATTRIB_TRUNC = AttributeId("trunc",69);
ElementId ELEM_BYTES = ElementId("bytes",177);
ElementId ELEM_STRING = ElementId("string",178);
ElementId ELEM_STRINGMANAGE = ElementId("stringmanage",179);
ElementId ELEM_BYTES = ElementId("bytes",83);
ElementId ELEM_STRING = ElementId("string",84);
ElementId ELEM_STRINGMANAGE = ElementId("stringmanage",85);
/// \param max is the maximum number of characters to allow before truncating string
StringManager::StringManager(int4 max)