CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_schema_content.h
1
2
3
#pragma once
4
5
#include <xml/schema/xml_schema_annotated.h>
6
7
8
namespace
System
{
9
10
namespace
Xml
{
11
12
namespace
Schema
{
13
15
class
ASPOSECPP_SHARED_CLASS
XmlSchemaContent
:
public
XmlSchemaAnnotated
16
{
17
typedef
XmlSchemaContent
ThisType
;
18
typedef
XmlSchemaAnnotated
BaseType
;
19
20
typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
21
ASPOSECPP_SHARED_RTTI_INFO_DECL();
22
23
public
:
24
26
using
Ptr
=
SharedPtr<XmlSchemaContent>
;
27
28
};
29
30
}
// namespace Schema
31
}
// namespace Xml
32
}
// namespace System
33
34
System::SmartPtr
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition:
smart_ptr.h:180
System::Xml::Schema::XmlSchemaAnnotated
The base class for any element that can contain annotation elements.
Definition:
xml_schema_annotated.h:35
System::Xml::Schema::XmlSchemaContent
An abstract class for schema content.
Definition:
xml_schema_content.h:16
System::Xml::Schema::XmlSchemaObject
Represents the root class for the Xml schema object model hierarchy and serves as a base class for cl...
Definition:
xml_schema_object.h:47
System::Xml::ValidationType::Schema
@ Schema
Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas....
System::Xml::XmlOutputMethod::Xml
@ Xml
Serialize according to the XML 1.0 rules.
System
Definition:
db_command.h:9
include
xml
schema
xml_schema_content.h
Generated by
1.9.4