Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ListElement Class Reference

Public Member Functions

 ListElement (int id)
 
bool operator== (const ListElement &other)
 

Public Attributes

int fID
 

Detailed Description

Definition at line 13 of file LListTest.cpp.

Constructor & Destructor Documentation

◆ ListElement()

ListElement::ListElement ( int  id)
inline

Definition at line 15 of file LListTest.cpp.

15 : fID(id) {
16 }

Member Function Documentation

◆ operator==()

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

Definition at line 17 of file LListTest.cpp.

17{ return fID == other.fID; }

Member Data Documentation

◆ fID

int ListElement::fID

Definition at line 19 of file LListTest.cpp.


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