Public Member Functions | Protected Attributes

wali::KeySetSource Class Reference

List of all members.

Public Member Functions

 KeySetSource (std::set< Key > kys)
virtual ~KeySetSource ()
virtual bool equal (KeySource *rhs)
virtual size_t hash () const
virtual std::ostream & print (std::ostream &o) const
virtual std::set< Keyget_key_set () const

Protected Attributes

std::set< Keykys

Constructor & Destructor Documentation

wali::KeySetSource::KeySetSource ( std::set< Key kys  ) 

References kys.

wali::KeySetSource::~KeySetSource (  )  [virtual]

Member Function Documentation

bool wali::KeySetSource::equal ( KeySource rhs  )  [virtual]

Implements wali::KeySource.

size_t wali::KeySetSource::hash (  )  const [virtual]

Implements wali::KeySource.

std::ostream & wali::KeySetSource::print ( std::ostream &  o  )  const [virtual]

Implements wali::KeySource.

std::set< Key > wali::KeySetSource::get_key_set (  )  const [virtual]

Member Data Documentation

std::set<Key> wali::KeySetSource::kys [protected]

Referenced by KeySetSource().


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