C# Class IronPython.Modules.PythonStruct

Mostrar archivo Open project: jschementi/iron Class Usage Examples

Private Methods

Method Description
Align ( int length, int size ) : int
CreateBoolValue ( CodeContext context, int &index, string data ) : bool
CreateCharValue ( CodeContext context, int &index, string data ) : char
CreateDoubleValue ( CodeContext context, int &index, bool fLittleEndian, string data ) : double
CreateFloatValue ( CodeContext context, int &index, bool fLittleEndian, string data ) : float
CreateIntValue ( CodeContext context, int &index, bool fLittleEndian, string data ) : int
CreateLongValue ( CodeContext context, int &index, bool fLittleEndian, string data ) : long
CreatePascalString ( CodeContext context, int &index, int count, string data ) : string
CreateShortValue ( CodeContext context, int &index, bool fLittleEndian, string data ) : short
CreateString ( CodeContext context, int &index, int count, string data ) : string
CreateUIntValue ( CodeContext context, int &index, bool fLittleEndian, string data ) : uint
CreateULongValue ( CodeContext context, int &index, bool fLittleEndian, string data ) : ulong
CreateUShortValue ( CodeContext context, int &index, bool fLittleEndian, string data ) : ushort
Error ( CodeContext context, string msg ) : Exception
GetBoolValue ( CodeContext context, int index, object args ) : bool
GetByteValue ( CodeContext context, int index, object args ) : byte
GetCharValue ( CodeContext context, int index, object args ) : char
GetDoubleValue ( CodeContext context, int index, object args ) : double
GetIntValue ( CodeContext context, int index, object args ) : int
GetLongValue ( CodeContext context, int index, object args ) : long
GetNativeSize ( FormatType c ) : int
GetPointer ( CodeContext context, int index, object args ) : IntPtr
GetSByteValue ( CodeContext context, int index, object args ) : sbyte
GetShortValue ( CodeContext context, int index, object args ) : short
GetStringValue ( CodeContext context, int index, object args ) : string
GetUIntValue ( CodeContext context, bool isStandardized, int index, object args ) : uint
GetULongLongValue ( CodeContext context, int index, object args ) : ulong
GetULongValue ( CodeContext context, bool isStandardized, int index, object args, string type ) : uint
GetUShortValue ( CodeContext context, int index, object args ) : ushort
GetValue ( CodeContext context, int index, object args ) : object
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void
ReadData ( CodeContext context, int &index, string data ) : char
WarnRange ( CodeContext context, BigInteger bi, bool isStandardized, string type ) : void
WarnRange ( CodeContext context, bool isStandardized, string type ) : void
WarnRange ( CodeContext context, int val, bool isStandardized, string type ) : void
WriteDouble ( StringBuilder res, bool fLittleEndian, double val ) : void
WriteFloat ( StringBuilder res, bool fLittleEndian, float val ) : void
WriteInt ( StringBuilder res, bool fLittleEndian, int val ) : void
WriteLong ( StringBuilder res, bool fLittleEndian, long val ) : void
WritePascalString ( StringBuilder res, int len, string val ) : void
WritePointer ( StringBuilder res, bool fLittleEndian, IntPtr val ) : void
WriteShort ( StringBuilder res, bool fLittleEndian, short val ) : void
WriteString ( StringBuilder res, int len, string val ) : void
WriteUInt ( StringBuilder res, bool fLittleEndian, uint val ) : void
WriteULong ( StringBuilder res, bool fLittleEndian, ulong val ) : void
WriteUShort ( StringBuilder res, bool fLittleEndian, ushort val ) : void
_clearcache ( ) : void
calcsize ( CodeContext context, [ fmt ) : int
pack ( CodeContext context, [ fmt ) : string
pack_into ( CodeContext context, [ fmt, [ buffer, int offset ) : void
unpack ( CodeContext context, [ fmt, [ @string ) : PythonTuple
unpack_from ( CodeContext context, [ fmt, [ buffer, [ offset ) : PythonTuple