InformList Class Template Reference

#include </home/jparks/src/open-source/openbinder/libraries/libbinder/services/InformList.h>

List of all members.

template<class T>
class InformList< T >


Public Member Functions

status_t Add (const SValue &key, const T &info)
status_t Find (const SValue &key, SSortedVector< T > *info)
 InformList ()
status_t Remove (const SValue &key, const T &info)
 ~InformList ()

Public Attributes

SKeyedVector< SValue, SSortedVector<
T > * > 
m_list

Constructor & Destructor Documentation

InformList  )  [inline]
 

~InformList  )  [inline]
 


Member Function Documentation

status_t Add const SValue key,
const T &  info
[inline]
 

status_t Find const SValue key,
SSortedVector< T > *  info
[inline]
 

status_t Remove const SValue key,
const T &  info
[inline]
 


Member Data Documentation

SKeyedVector<SValue, SSortedVector<T>* > m_list
 


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