iPXE
Data Fields
editstring_test Struct Reference

An editable string test. More...

Data Fields

const char * start
 Initial string, or NULL. More...
 
const int * keys
 Key sequence. More...
 
unsigned int count
 Length of key sequence. More...
 
const char * expected
 Expected result. More...
 

Detailed Description

An editable string test.

Definition at line 43 of file editstring_test.c.

Field Documentation

◆ start

const char* editstring_test::start

Initial string, or NULL.

Definition at line 45 of file editstring_test.c.

◆ keys

const int* editstring_test::keys

Key sequence.

Definition at line 47 of file editstring_test.c.

◆ count

unsigned int editstring_test::count

Length of key sequence.

Definition at line 49 of file editstring_test.c.

◆ expected

const char* editstring_test::expected

Expected result.

Definition at line 51 of file editstring_test.c.


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