Static methods

Below is an example illustrating a call to addSearchPath(), which is a static method in the sidl.Loader class.


  use sidl_Loader
  use sidl_BaseInterface
  type(sidl_BaseInterface_t) :: exception
  ! later
  call addSearchPath('/try/looking/here', exception)
      

Note the function is invoked directly, without an object reference argument.





babel-1.4.0
users_guide Last Modified 2008-10-16

http://www.llnl.gov/CASC/components
components@llnl.gov