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

Public Member Functions

 Foo ()
 
 Foo (int num)
 
bool operator== (const Foo &foo) const
 
 Foo (const char *data, int i)
 
 Foo ()
 
 ~Foo ()
 
bool operator< (const Foo rhs) const
 

Public Attributes

string val
 
int i = -1
 
string * data_ptr = nullptr
 

Detailed Description

Definition at line 167 of file hash_resize.C.

Constructor & Destructor Documentation

◆ Foo() [1/4]

Foo::Foo ( )
inline

Definition at line 172 of file hash_resize.C.

◆ Foo() [2/4]

Foo::Foo ( int  num)
inline

Definition at line 173 of file hash_resize.C.

◆ Foo() [3/4]

Foo::Foo ( const char data,
int  i 
)
inline

Definition at line 123 of file ah-arena.cc.

References Aleph::maps().

◆ Foo() [4/4]

Foo::Foo ( )
inline

Definition at line 129 of file ah-arena.cc.

◆ ~Foo()

Foo::~Foo ( )
inline

Definition at line 131 of file ah-arena.cc.

References data_ptr, and Aleph::maps().

Member Function Documentation

◆ operator<()

bool Foo::operator< ( const Foo  rhs) const
inline

Definition at line 138 of file ah-arena.cc.

References i, and Aleph::maps().

◆ operator==()

bool Foo::operator== ( const Foo foo) const
inline

Definition at line 175 of file hash_resize.C.

References i, Aleph::maps(), and val.

Member Data Documentation

◆ data_ptr

string* Foo::data_ptr = nullptr

Definition at line 120 of file ah-arena.cc.

Referenced by ~Foo().

◆ i

int Foo::i = -1

Definition at line 170 of file hash_resize.C.

Referenced by operator<(), operator==(), and TEST_F().

◆ val

string Foo::val

Definition at line 169 of file hash_resize.C.

Referenced by operator==().


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