OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BFD::REST::JsonData::Constraint Class Reference

#include <bfd_json_config.h>

Public Types

typedef bool(contrail_rapidjson::Value::* TypecheckFunc )() const
 

Public Member Functions

 Constraint (const char *member_name, TypecheckFunc func)
 

Public Attributes

const char * member_name
 
TypecheckFunc typecheck_func
 

Detailed Description

Definition at line 20 of file bfd_json_config.h.

Member Typedef Documentation

typedef bool(contrail_rapidjson::Value::* BFD::REST::JsonData::Constraint::TypecheckFunc)() const

Definition at line 22 of file bfd_json_config.h.

Constructor & Destructor Documentation

BFD::REST::JsonData::Constraint::Constraint ( const char *  member_name,
TypecheckFunc  func 
)
inline

Definition at line 24 of file bfd_json_config.h.

Member Data Documentation

const char* BFD::REST::JsonData::Constraint::member_name

Definition at line 27 of file bfd_json_config.h.

TypecheckFunc BFD::REST::JsonData::Constraint::typecheck_func

Definition at line 28 of file bfd_json_config.h.


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