Program Listing for File compathapi-structs.h

Return to documentation for file (include\reflection\compathapi-structs.h)

/******************************************************************************
© Intel Corporation.
This software and the related documents are Intel copyrighted materials,
and your use of them is governed by the express license under which they
were provided to you ("License"). Unless the License provides otherwise,
you may not use, modify, copy, publish, distribute, disclose or transmit
this software or the related documents without Intel's prior written
permission.
 This software and the related documents are provided as is, with no express
or implied warranties, other than those that are expressly stated in the
License.
******************************************************************************/
#pragma once
namespace gpa {
namespace serialization {
class Struct;
namespace compathapi {
Struct const* GetStructWithPrimitiveMemberDef();
Struct const* GetStructWithArrayDef();
Struct const* GetStructWithInterfaceDef();
Struct const* GetStructWithCOMInterfaceDef();
Struct const* GetStructTwoInterfacesDef();
Struct const* GetStructTwoCOMInterfacesDef();
Struct const* GetStructWithUnionDef();
Struct const* GetStructWithUnionCOMInterfacesDef();
Struct const* GetSizeStructDef();
Struct const* GetDataStructDef();
Struct const* GetNameStructDef();
Struct const* GetNamesSetDef();
Struct const* GetStructWithNamesDef();
Struct const* GetStructWithEmbeddedStringsDef();
Struct const* GetStructWithEmbeddedGuitarNotesDef();
Struct const* GetStructWithGuitarNotesPointerDef();
Struct const* GetGUIDDef();
} // namespace compathapi
} // namespace serialization
} // namespace gpa