ecp_result Derived Type

type, public, bind(c) :: ecp_result


Inherits

type~~ecp_result~~InheritsGraph type~ecp_result ecp_result c_ptr c_ptr type~ecp_result->c_ptr data

Components

Type Visibility Attributes Name Initial
type(c_ptr), public :: data
integer(kind=c_int), public :: size

Source Code

    type, bind(c) :: ecp_result
        type(c_ptr) :: data
        integer(c_int) :: size
    end type ecp_result