ReactOS 0.4.15-dev-7788-g1ad9096
Key Struct Reference
Collaboration diagram for Key:

Public Member Functions

bool operator== (int d) const
 
 Key ()
 
 Key (int data)
 
 Key ()
 
 Key (int data)
 
 Key ()
 
 Key (int data)
 

Public Attributes

int data
 
int m_data
 

Detailed Description

Definition at line 51 of file find_test.cpp.

Constructor & Destructor Documentation

◆ Key() [1/6]

Key::Key ( )
inline

Definition at line 305 of file map_test.cpp.

305: m_data(0) {}
int m_data
Definition: map_test.cpp:308

Referenced by IniCacheFindNextValue(), and IopCompleteRequest().

◆ Key() [2/6]

Key::Key ( int  data)
inlineexplicit

Definition at line 306 of file map_test.cpp.

306: m_data(data) {}
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition: gl.h:1950

◆ Key() [3/6]

Key::Key ( )
inline

Definition at line 362 of file set_test.cpp.

362: m_data(0) {}

◆ Key() [4/6]

Key::Key ( int  data)
inlineexplicit

Definition at line 363 of file set_test.cpp.

363: m_data(data) {}

◆ Key() [5/6]

Key::Key ( )
inline

Definition at line 516 of file unordered_test.cpp.

516: m_data(0) {}

◆ Key() [6/6]

Key::Key ( int  data)
inlineexplicit

Definition at line 517 of file unordered_test.cpp.

517: m_data(data) {}

Member Function Documentation

◆ operator==()

bool Key::operator== ( int  d) const
inline

Definition at line 58 of file find_test.cpp.

59 {
60 return data == d;
61 }
#define d
Definition: ke_i.h:81

Member Data Documentation

◆ data

int Key::data

Definition at line 53 of file find_test.cpp.

◆ m_data

int Key::m_data

Definition at line 308 of file map_test.cpp.

Referenced by KeyEqualPtr::operator()(), KeyCmp::operator()(), and KeyEqual::operator()().


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