Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
Bit_
Derived Type
MIT
7 statements
Source File
BitClass.f90
BitClass
Bit_
Contents
Variables
bitArray
Type-Bound Procedures
init
int
not
type, public :: Bit_
Contents
Variables
bitArray
Type-Bound Procedures
init
int
not
Components
Type
Visibility
Attributes
Name
Initial
logical,
public,
allocatable
::
bitArray
(:)
Type-Bound Procedures
procedure, public ::
init
=>
initBit
public subroutine
initBit
(obj, n)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Bit_
),
intent(inout)
::
obj
integer(kind=int32),
intent(in)
::
n
procedure, public ::
int
=>
intBit
public function
intBit
(obj) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Bit_
),
intent(inout)
::
obj
Return Value
integer(kind=int32)
procedure, public ::
not
=>
notBit
public subroutine
notBit
(obj)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Bit_
),
intent(inout)
::
obj