list of references to Account class instances, equivalent to Account::Refs More...
#include <sidg_Skyperefs.hpp>
Public Member Functions | |
| void | push_back (const AccountRef &ref) |
| AccountRefs & | append (const AccountRef &ref) |
| AccountRef & | operator[] (size_t n) const |
| AccountRefs & | operator= (const AccountRefs &sl) |
list of references to Account class instances, equivalent to Account::Refs
Definition at line 448 of file sidg_Skyperefs.hpp.
| 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.
References append().
| 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.
References operator=().
| AccountRef& AccountRefs::operator[] | ( | size_t | n | ) | const [inline] |
Returns a ref specified by its index.
Definition at line 461 of file sidg_Skyperefs.hpp.
References operator[]().
| 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.
References append().
(c) Skype Technologies S.A. Confidential/Proprietary
Last updated: Fri Jan 27 2012