Classes | Namespaces | Enumerations

parameter.hpp File Reference

#include <saga/saga/packages/rpc/config.hpp>
#include <saga/saga/buffer.hpp>

Go to the source code of this file.

Classes

class  saga::rpc::parameter
 The parameter class inherits the saga::buffer class. More...

Namespaces

namespace  saga
 

The SAGA root namespace.


namespace  saga::rpc
 

The Remote Procedure Call API package.


Enumerations

enum  saga::rpc::io_mode {
  saga::rpc::Unknown = -1,
  saga::rpc::In = 1,
  saga::rpc::Out = 2,
  saga::rpc::InOut = In | Out
}
 

The io mode enum specifies the modus of the rpc::parameter instances: In, Out and InOut.

More...