CPN
Computational Process Networks
Static Public Member Functions | List of all members
CPN::NodeBasePrivate::CoerceParam< bool > Struct Template Reference

#include <NodeBase.h>

Static Public Member Functions

static bool Coerce (const std::string &, const std::string &param)
 

Detailed Description

template<>
struct CPN::NodeBasePrivate::CoerceParam< bool >

Definition at line 55 of file NodeBase.h.

Member Function Documentation

static bool CPN::NodeBasePrivate::CoerceParam< bool >::Coerce ( const std::string &  ,
const std::string &  param 
)
inlinestatic

Definition at line 56 of file NodeBase.h.

References ParseBool().

56  {
57  return ParseBool(param);
58  }
bool ParseBool(const std::string &str)
Parses string for a boolean value.
Definition: ParseBool.cc:28

+ Here is the call graph for this function:


The documentation for this struct was generated from the following file: