Public Member Functions

ContactRefs Class Reference

list of references to Contact class instances, equivalent to Contact::Refs More...

#include <sidg_Skyperefs.hpp>

List of all members.

Public Member Functions

void push_back (const ContactRef &ref)
ContactRefsappend (const ContactRef &ref)
ContactRefoperator[] (size_t n) const
ContactRefsoperator= (const ContactRefs &sl)

Detailed Description

list of references to Contact class instances, equivalent to Contact::Refs

Examples:

tutorial_4.cpp, and tutorial_8.cpp.

Definition at line 81 of file sidg_Skyperefs.hpp.


Member Function Documentation

ContactRefs& ContactRefs::append ( const ContactRef ref  )  [inline]

Appends a ref at the end of the list.

Examples:
tutorial_4.cpp.

Definition at line 89 of file sidg_Skyperefs.hpp.

References append().

ContactRefs& ContactRefs::operator= ( const ContactRefs sl  )  [inline]

Assigns a shallow copy of sl to this list and returns a reference to it. This is very fast because the list isn't actually copied.

Definition at line 100 of file sidg_Skyperefs.hpp.

References operator=().

ContactRef& ContactRefs::operator[] ( size_t  n  )  const [inline]

Returns a ref specified by its index.

Definition at line 94 of file sidg_Skyperefs.hpp.

References operator[]().

void ContactRefs::push_back ( const ContactRef ref  )  [inline]

Appends a ref at the end of the list.

Definition at line 85 of file sidg_Skyperefs.hpp.

References append().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

(c) Skype Technologies S.A. Confidential/Proprietary

Last updated: Fri Jan 27 2012