OpenFAST
Wind turbine multiphysics simulator
Public Member Functions | List of all members
integerlist::pop Interface Reference

Public Member Functions

integer function pop_last (L, ErrStat, ErrMsg)
 Pop last element of the list and reduce list size by 1. More...
 
integer function pop_item (L, i, ErrStat, ErrMsg)
 Pop element i from the list and reduce the size of the list by 1. More...
 

Member Function/Subroutine Documentation

◆ pop_item()

integer function integerlist::pop::pop_item ( type(ilist), intent(inout)  L,
integer(intki), intent(in)  i,
integer(intki), intent(out)  ErrStat,
character(*), intent(out)  ErrMsg 
)

Pop element i from the list and reduce the size of the list by 1.

Parameters
[out]errstatError status of the operation
[out]errmsgError message if ErrStat / = ErrID_None

◆ pop_last()

integer function integerlist::pop::pop_last ( type(ilist), intent(inout)  L,
integer(intki), intent(out)  ErrStat,
character(*), intent(out)  ErrMsg 
)

Pop last element of the list and reduce list size by 1.

Parameters
[out]errstatError status of the operation
[out]errmsgError message if ErrStat / = ErrID_None

The documentation for this interface was generated from the following file: