API Reference Elixir XDR v0.1.6
Modules
This module manages the Boolean
type based on the RFC4506 XDR Standard.
Behaviour definition for the types declared based on RFC4506 XDR standard.
This module manages the Double-Precision Floating-Point
type based on the RFC4506 XDR Standard.
This module manages the Enumeration
type based on the RFC4506 XDR Standard.
This module contains the definitions of the errors resulted from XDR encode or decode operations.
This module contains the definition of XDR.Error.Bool
exception that may be raised by the XDR.Bool
module.
This module contains the definition of XDR.Error.DoubleFloat
exception that may be raised by the XDR.DoubleFloat
module.
This module contains the definition of XDR.Error.Enum
exception that may be raised by the XDR.Enum
module.
This module contains the definition of XDR.Error.FixedArray
exception that may be raised by the XDR.FixedArray
module.
This module contains the definition of XDR.Error.FixedOpaque
exception that may be raised by the XDR.FixedOpaque
module.
This module contains the definition of XDR.Error.Float
exception that may be raised by the XDR.Float
module.
This module contains the definition of XDR.Error.HyperInt
exception that may be raised by the XDR.HyperInt
module.
This module contains the definition of XDR.Error.HyperUInt
exception that may be raised by the XDR.HyperUInt
module.
This module contains the definition of XDR.Error.Int
exception that may be raised by the XDR.Int
module.
This module contains the definition of XDR.Error.Optional
exception that may be raised by the XDR.Optional
module.
This module contains the definition of XDR.Error.String
exception that may be raised by the XDR.String
module.
This module contains the definition of XDR.Error.Struct
exception that may be raised by the XDR.Struct
module.
This module contains the definition of XDR.Error.UInt
exception that may be raised by the XDR.UInt
module.
This module contains the definition of XDR.Error.Union
exception that may be raised by the XDR.Union
module.
This module contains the definition of XDR.Error.VariableArray
exception that may be raised by the XDR.VariableArray
module.
This module contains the definition of XDR.Error.VariableOpaque
exception that may be raised by the XDR.VariableOpaque
module.
This module contains the definition of XDR.Error.Void
exception that may be raised by the XDR.Void
module.
This module manages the Fixed-Length Array
type based on the RFC4506 XDR Standard.
This module manages the Fixed-Length Opaque Data
type based on the RFC4506 XDR Standard.
This module manages the Floating-Point
type based on the RFC4506 XDR Standard.
This module manages the Hyper Integer
type based on the RFC4506 XDR Standard.
This module manages the Unsigned Hyper Integer
type based on the RFC4506 XDR Standard.
This module manages the Optional-Data
type based on the RFC4506 XDR Standard.
This module is not supported by the actual byte size
This module manages the String
type based on the RFC4506 XDR Standard.
This module manages the Structure
type based on the RFC4506 XDR Standard.
This module manages the Unsigned Integer
type based on the RFC4506 XDR Standard.
This module manages the Discriminated Union
type based on the RFC4506 XDR Standard.
This module manages the Variable-Length Array
type based on the RFC4506 XDR Standard.
This module manages the Variable-Length Opaque Data
type based on the RFC4506 XDR Standard.
This module manages the Void
type based on the RFC4506 XDR Standard.