next up previous contents index
Next: Overloaded methods Up: Client-side Previous: Object management   Contents   Index


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.0.0
users_guide Last Modified 2006-07-21

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