Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
TestStruct Struct Reference
Collaboration diagram for TestStruct:
[legend]

Public Member Functions

bool operator== (const TestStruct &other) const
 

Public Attributes

int x
 
string name
 

Detailed Description

Definition at line 979 of file htlist_test.cc.

Member Function Documentation

◆ operator==()

bool TestStruct::operator== ( const TestStruct other) const
inline

Definition at line 984 of file htlist_test.cc.

References Aleph::maps(), name, and x.

Member Data Documentation

◆ name

string TestStruct::name

Definition at line 982 of file htlist_test.cc.

Referenced by operator==().

◆ x

int TestStruct::x

Definition at line 981 of file htlist_test.cc.

Referenced by operator==().


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