OTest2
A C++ testing framework
Public Attributes | List of all members
OTest2::DiffBlock Struct Reference

One block change. More...

#include <difflogblock.h>

Public Attributes

int left_begin
 
int left_end
 
int right_begin
 
int right_end
 

Detailed Description

One block change.

Definition at line 32 of file difflogblock.h.

Member Data Documentation

◆ left_begin

int OTest2::DiffBlock::left_begin

Definition at line 33 of file difflogblock.h.

◆ left_end

int OTest2::DiffBlock::left_end

Definition at line 34 of file difflogblock.h.

◆ right_begin

int OTest2::DiffBlock::right_begin

Definition at line 35 of file difflogblock.h.

◆ right_end

int OTest2::DiffBlock::right_end

Definition at line 36 of file difflogblock.h.


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