CAM
betrstatustype Module Reference

Data Types

type  betr_status_type
 

Functions/Subroutines

class(betr_status_type) function, pointer, public create_betr_status_type ()
 
subroutine reset (this)
 
subroutine set_msg (this, msg, err)
 
logical function check_status (this)
 
character(len=betr_errmsg_len) function print_msg (this)
 
integer function print_err (this)
 

Variables

character(len= *), parameter, private mod_filename = __FILE__
 

Function/Subroutine Documentation

◆ check_status()

logical function betrstatustype::check_status ( class(betr_status_type), intent(in)  this)
private

◆ create_betr_status_type()

class(betr_status_type) function, pointer, public betrstatustype::create_betr_status_type ( )
Here is the caller graph for this function:

◆ print_err()

integer function betrstatustype::print_err ( class(betr_status_type), intent(in)  this)
private

◆ print_msg()

character(len=betr_errmsg_len) function betrstatustype::print_msg ( class(betr_status_type), intent(in)  this)
private

◆ reset()

subroutine betrstatustype::reset ( class(betr_status_type), intent(inout)  this)
private

◆ set_msg()

subroutine betrstatustype::set_msg ( class(betr_status_type), intent(inout)  this,
character(len=*), intent(in)  msg,
integer, intent(in)  err 
)
private

Variable Documentation

◆ mod_filename

character(len=*), parameter, private betrstatustype::mod_filename = __FILE__
private