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

Classes

struct  Eq
 

Public Member Functions

 MyRecord ()
 
 MyRecord (size_t k, const string &v)
 
 MyRecord (size_t k)
 
bool operator== (const MyRecord &r) const noexcept
 
 MyRecord ()
 
 MyRecord (size_t k, const string &v)
 
 MyRecord (size_t k)
 
bool operator== (const MyRecord &r) const noexcept
 

Public Attributes

size_t key
 
string value
 

Detailed Description

Definition at line 87 of file odhash.cc.

Constructor & Destructor Documentation

◆ MyRecord() [1/6]

MyRecord::MyRecord ( )
inline

Definition at line 91 of file odhash.cc.

◆ MyRecord() [2/6]

MyRecord::MyRecord ( size_t  k,
const string &  v 
)
inline

Definition at line 92 of file odhash.cc.

◆ MyRecord() [3/6]

MyRecord::MyRecord ( size_t  k)
inline

Definition at line 93 of file odhash.cc.

◆ MyRecord() [4/6]

MyRecord::MyRecord ( )
inline

Definition at line 90 of file olhash.cc.

◆ MyRecord() [5/6]

MyRecord::MyRecord ( size_t  k,
const string &  v 
)
inline

Definition at line 91 of file olhash.cc.

◆ MyRecord() [6/6]

MyRecord::MyRecord ( size_t  k)
inline

Definition at line 92 of file olhash.cc.

Member Function Documentation

◆ operator==() [1/2]

bool MyRecord::operator== ( const MyRecord r) const
inlinenoexcept

Definition at line 101 of file odhash.cc.

◆ operator==() [2/2]

bool MyRecord::operator== ( const MyRecord r) const
inlinenoexcept

Definition at line 100 of file olhash.cc.

Member Data Documentation

◆ key

size_t MyRecord::key

Definition at line 89 of file odhash.cc.

◆ value

string MyRecord::value

Definition at line 90 of file odhash.cc.


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