Public Member Functions

AccountRefs Class Reference

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

#include <sidg_Skyperefs.hpp>

List of all members.

Public Member Functions

void push_back (const AccountRef &ref)
AccountRefsappend (const AccountRef &ref)
AccountRefoperator[] (size_t n) const
AccountRefsoperator= (const AccountRefs &sl)

Detailed Description

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

Definition at line 448 of file sidg_Skyperefs.hpp.


Member Function Documentation

AccountRefs& AccountRefs::append ( const AccountRef ref  )  [inline]

Appends a ref at the end of the list.

Definition at line 456 of file sidg_Skyperefs.hpp.

AccountRefs& AccountRefs::operator= ( const AccountRefs 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 467 of file sidg_Skyperefs.hpp.

AccountRef& AccountRefs::operator[] ( size_t  n  )  const [inline]

Returns a ref specified by its index.

Definition at line 461 of file sidg_Skyperefs.hpp.

void AccountRefs::push_back ( const AccountRef ref  )  [inline]

Appends a ref at the end of the list.

Definition at line 452 of file sidg_Skyperefs.hpp.


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 Mar 16 2012