5#include <xml/xml_name_table.h>
6#include <system/array.h>
23 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
24 ASPOSECPP_SHARED_RTTI_INFO_DECL();
38 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
53 #ifdef ASPOSE_GET_SHARED_MEMBERS
54 void GetSharedMembers(System::Object::shared_members_type& result)
const override;
108 #ifdef ASPOSE_GET_SHARED_MEMBERS
109 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
119 const String& AddEntry(
const String& str, int32_t hashCode);
122 static int32_t ComputeHash32(
const String& key);
123 static int32_t ComputeHash32(
const ArrayPtr<char16_t>& key, int32_t start, int32_t len);
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Implements a single-threaded XmlNameTable.
Definition: name_table.h:19
const String & Get(const ArrayPtr< char16_t > &key, int32_t start, int32_t len) override
Returns the atomized string containing the same characters as the specified range of characters in th...
const String & Add(const ArrayPtr< char16_t > &key, int32_t start, int32_t len) override
Atomizes the specified string and adds it to the NameTable.
NameTable()
Initializes a new instance of the NameTable class.
const String & Get(const String &value) override
Returns the atomized string with the specified value.
const String & Add(const String &key) override
Atomizes the specified string and adds it to the NameTable.
Table of atomized string objects.
Definition: xml_name_table.h:15
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9