Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
V Class Reference

Description

Custom-Datatype 2: uses boost::hash extension point.

Definition at line 92 of file hash-standard-to-boost-bridge-test.cpp.

Public Member Functions

 V (string ss="")
 
bool operator== (V const &ov) const
 

Friends

size_t hash_value (V const &v)
 

Private Attributes

vector< string > v_
 

Constructor & Destructor Documentation

◆ V()

V ( string  ss = "")
inline

Definition at line 97 of file hash-standard-to-boost-bridge-test.cpp.

References V::v_.

Member Function Documentation

◆ operator==()

bool operator== ( V const &  ov) const
inline

Definition at line 103 of file hash-standard-to-boost-bridge-test.cpp.

References V::v_.

Member Data Documentation

◆ v_

vector<string> v_
private

Definition at line 94 of file hash-standard-to-boost-bridge-test.cpp.

Referenced by V::V(), and V::operator==().

Friends And Related Symbol Documentation

◆ hash_value

size_t hash_value ( V const &  v)
friend

Definition at line 109 of file hash-standard-to-boost-bridge-test.cpp.

+ Collaboration diagram for V:

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