Euphoria
Public Member Functions | Public Attributes | List of all members
eu::HshSt Struct Reference

Public Member Functions

void add (const Hsh &h)
 
HshSt combine (const Hsh &h) const
 
bool contains (const Hsh &h) const
 
bool is (const HshSt &h) const
 

Public Attributes

std::set< Hshdata
 
Hsh primary
 

Detailed Description

Definition at line 10 of file hash.set.h.

Member Function Documentation

◆ add()

void eu::HshSt::add ( const Hsh h)

◆ combine()

HshSt eu::HshSt::combine ( const Hsh h) const

◆ contains()

bool eu::HshSt::contains ( const Hsh h) const

◆ is()

bool eu::HshSt::is ( const HshSt h) const

Member Data Documentation

◆ data

std::set<Hsh> eu::HshSt::data

Definition at line 12 of file hash.set.h.

◆ primary

Hsh eu::HshSt::primary

Definition at line 13 of file hash.set.h.


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