list of references to Contact class instances, equivalent to Contact::Refs More...
#include <sidg_Skyperefs.hpp>
Public Member Functions | |
| void | push_back (const ContactRef &ref) |
| ContactRefs & | append (const ContactRef &ref) |
| ContactRef & | operator[] (size_t n) const |
| ContactRefs & | operator= (const ContactRefs &sl) |
list of references to Contact class instances, equivalent to Contact::Refs
tutorial_4.cpp, and tutorial_8.cpp.
Definition at line 81 of file sidg_Skyperefs.hpp.
| ContactRefs& ContactRefs::append | ( | const ContactRef & | ref | ) | [inline] |
Appends a ref at the end of the list.
Definition at line 89 of file sidg_Skyperefs.hpp.
| 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.
| ContactRef& ContactRefs::operator[] | ( | size_t | n | ) | const [inline] |
Returns a ref specified by its index.
Definition at line 94 of file sidg_Skyperefs.hpp.
| 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.
(c) Skype Technologies S.A. Confidential/Proprietary
Last updated: Fri Mar 16 2012