C# Class amqplib_generator.Program

显示文件 Open project: Azure/azure-uamqp-c

Public Methods

Method Description
GetCType ( string amqp_type, bool multiple ) : string
GetDescriptor ( type type ) : descriptor
GetDescriptorCode ( descriptor descriptor ) : System.UInt64
GetMandatoryArgList ( type type ) : string
GetMandatoryArgListMock ( type type ) : string
GetMandatoryArgs ( type type ) : int>>.ICollection
GetTypeByName ( ICollection types, string type_name ) : type
LoadAMQPTypes ( ) : amqp

Private Methods

Method Description
Main ( string args ) : void

Method Details

GetCType() public static method

public static GetCType ( string amqp_type, bool multiple ) : string
amqp_type string
multiple bool
return string

GetDescriptor() public static method

public static GetDescriptor ( type type ) : descriptor
type type
return descriptor

GetDescriptorCode() public static method

public static GetDescriptorCode ( descriptor descriptor ) : System.UInt64
descriptor descriptor
return System.UInt64

GetMandatoryArgList() public static method

public static GetMandatoryArgList ( type type ) : string
type type
return string

GetMandatoryArgListMock() public static method

public static GetMandatoryArgListMock ( type type ) : string
type type
return string

GetMandatoryArgs() public static method

public static GetMandatoryArgs ( type type ) : int>>.ICollection
type type
return int>>.ICollection

GetTypeByName() public static method

public static GetTypeByName ( ICollection types, string type_name ) : type
types ICollection
type_name string
return type

LoadAMQPTypes() public static method

public static LoadAMQPTypes ( ) : amqp
return amqp