OpenVPN
Data Fields
CheckParameterEvent Struct Reference

#include <cmocka.h>

Collaboration diagram for CheckParameterEvent:
Collaboration graph
[legend]

Data Fields

SourceLocation location
 
const char * parameter_name
 
CheckParameterValue check_value
 
LargestIntegralType check_value_data
 

Detailed Description

Definition at line 2086 of file cmocka.h.

Field Documentation

◆ check_value

CheckParameterValue CheckParameterEvent::check_value

Definition at line 2089 of file cmocka.h.

Referenced by _check_expected(), and _expect_check().

◆ check_value_data

LargestIntegralType CheckParameterEvent::check_value_data

Definition at line 2090 of file cmocka.h.

Referenced by _check_expected(), and _expect_check().

◆ location

SourceLocation CheckParameterEvent::location

Definition at line 2087 of file cmocka.h.

Referenced by _check_expected(), and _expect_check().

◆ parameter_name

const char* CheckParameterEvent::parameter_name

Definition at line 2088 of file cmocka.h.

Referenced by _expect_check().


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