|
CPN
Computational Process Networks
|
The attribute for the Kernel. More...
#include <KernelAttr.h>
Collaboration diagram for CPN::KernelAttr:Public Member Functions | |
| KernelAttr (const std::string &name_) | |
| Create a new KernelAttr. There is only one required attributed and that is to give the Kernel a name. More... | |
| KernelAttr (const char *name_) | |
| KernelAttr & | SetName (const std::string &n) |
| KernelAttr & | SetHostName (const std::string &hn) |
| KernelAttr & | SetServName (const std::string &sn) |
| KernelAttr & | SetContext (shared_ptr< Context > ctx) |
| KernelAttr & | SetRemoteEnabled (bool en) |
| KernelAttr & | UseD4R (bool enable) |
| KernelAttr & | SwallowBrokenQueueExceptions (bool enable) |
| KernelAttr & | GrowQueueMaxThreshold (bool enable) |
| KernelAttr & | AddSharedLib (const std::string &lib) |
| KernelAttr & | AddNodeList (const std::string &list) |
| KernelAttr & | AddNodeSearchPath (const std::string &p) |
| const std::string & | GetName () const |
| const std::string & | GetHostName () const |
| const std::string & | GetServName () const |
| shared_ptr< Context > | GetContext () const |
| bool | GetRemoteEnabled () const |
| bool | UseD4R () const |
| bool | SwallowBrokenQueueExceptions () const |
| bool | GrowQueueMaxThreshold () const |
| const std::vector< std::string > & | GetSharedLibs () const |
| const std::vector< std::string > & | GetNodeLists () const |
| const std::vector< std::string > & | GetNodeSearchPaths () const |
Private Attributes | |
| std::string | name |
| std::string | hostname |
| std::string | servname |
| shared_ptr< Context > | context |
| bool | remote_enabled |
| bool | useD4R |
| bool | swallowbrokenqueue |
| bool | growmaxthresh |
| std::vector< std::string > | sharedlibs |
| std::vector< std::string > | nodelists |
| std::vector< std::string > | searchpaths |
The attribute for the Kernel.
Possible parameters to the Kernel are the name, hostname, servname, and context. Only name is required.
Definition at line 40 of file KernelAttr.h.
|
inline |
Create a new KernelAttr. There is only one required attributed and that is to give the Kernel a name.
| name_ | the name for the Kernel. |
Definition at line 46 of file KernelAttr.h.
|
inline |
Definition at line 55 of file KernelAttr.h.
|
inline |
Definition at line 109 of file KernelAttr.h.
Referenced by CPN::VariantCPNLoader::GetKernelAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 114 of file KernelAttr.h.
Referenced by CPN::VariantCPNLoader::GetKernelAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 104 of file KernelAttr.h.
Referenced by CPN::VariantCPNLoader::GetKernelAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 125 of file KernelAttr.h.
|
inline |
Definition at line 121 of file KernelAttr.h.
Referenced by CPN::Kernel::Kernel().
Here is the caller graph for this function:
|
inline |
Definition at line 119 of file KernelAttr.h.
|
inline |
Definition at line 137 of file KernelAttr.h.
Referenced by CPN::Kernel::Kernel().
Here is the caller graph for this function:
|
inline |
Definition at line 139 of file KernelAttr.h.
Referenced by CPN::Kernel::Kernel().
Here is the caller graph for this function:
|
inline |
Definition at line 127 of file KernelAttr.h.
|
inline |
Definition at line 123 of file KernelAttr.h.
Referenced by CPN::Kernel::Kernel().
Here is the caller graph for this function:
|
inline |
Definition at line 135 of file KernelAttr.h.
Referenced by CPN::Kernel::Kernel().
Here is the caller graph for this function:
|
inline |
Definition at line 99 of file KernelAttr.h.
Referenced by CPN::VariantCPNLoader::GetKernelAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 133 of file KernelAttr.h.
|
inline |
Definition at line 79 of file KernelAttr.h.
Referenced by CPN::VariantCPNLoader::GetKernelAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 69 of file KernelAttr.h.
Referenced by CPN::VariantCPNLoader::GetKernelAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 64 of file KernelAttr.h.
|
inline |
Definition at line 84 of file KernelAttr.h.
|
inline |
Definition at line 74 of file KernelAttr.h.
Referenced by CPN::VariantCPNLoader::GetKernelAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 94 of file KernelAttr.h.
Referenced by CPN::VariantCPNLoader::GetKernelAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 131 of file KernelAttr.h.
|
inline |
Definition at line 89 of file KernelAttr.h.
Referenced by CPN::VariantCPNLoader::GetKernelAttr().
Here is the caller graph for this function:
|
inline |
Definition at line 129 of file KernelAttr.h.
|
private |
Definition at line 144 of file KernelAttr.h.
|
private |
Definition at line 148 of file KernelAttr.h.
|
private |
Definition at line 142 of file KernelAttr.h.
|
private |
Definition at line 141 of file KernelAttr.h.
|
private |
Definition at line 150 of file KernelAttr.h.
|
private |
Definition at line 145 of file KernelAttr.h.
|
private |
Definition at line 151 of file KernelAttr.h.
|
private |
Definition at line 143 of file KernelAttr.h.
|
private |
Definition at line 149 of file KernelAttr.h.
|
private |
Definition at line 147 of file KernelAttr.h.
|
private |
Definition at line 146 of file KernelAttr.h.
1.8.5