Classes | Functions

skype-string.h File Reference

#include <stddef.h>
#include <stdio.h>
#include <stdarg.h>
#include <skype-thread.h>
Include dependency graph for skype-string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SEString
 SEString is basic char* based string class. More...

Functions

const SEString operator+ (const SEString &s1, const SEString &s2)
const SEString operator+ (const SEString &s1, const char *s2)
const SEString operator+ (const char *s1, const SEString &s2)
bool operator== (const SEString &s1, const SEString &s2)
bool operator== (const SEString &s1, const char *s2)
bool operator== (const char *s1, const SEString &s2)
bool operator!= (const SEString &s1, const SEString &s2)
bool operator!= (const SEString &s1, const char *s2)
bool operator!= (const char *s1, const SEString &s2)

Function Documentation

bool operator!= ( const SEString s1,
const SEString s2 
) [inline]

Returns true if s1 is not equal to s2; otherwise returns false.

Definition at line 293 of file skype-string.h.

References SEString::equals().

bool operator!= ( const SEString s1,
const char *  s2 
) [inline]

Returns true if s1 is not equal to s2; otherwise returns false.

Definition at line 299 of file skype-string.h.

References SEString::equals().

bool operator!= ( const char *  s1,
const SEString s2 
) [inline]

Returns true if s1 is not equal to s2; otherwise returns false.

Definition at line 305 of file skype-string.h.

References SEString::equals().

const SEString operator+ ( const char *  s1,
const SEString s2 
) [inline]

Returns a string which is the result of concatenating the string s1 and the string s2.

Definition at line 267 of file skype-string.h.

const SEString operator+ ( const SEString s1,
const char *  s2 
) [inline]

Returns a string which is the result of concatenating the string s1 and the string s2.

Definition at line 259 of file skype-string.h.

const SEString operator+ ( const SEString s1,
const SEString s2 
) [inline]

Returns a string which is the result of concatenating the string s1 and the string s2.

Definition at line 251 of file skype-string.h.

bool operator== ( const SEString s1,
const SEString s2 
) [inline]

Returns true if s1 is equal to s2; otherwise returns false.

Definition at line 275 of file skype-string.h.

References SEString::equals().

bool operator== ( const SEString s1,
const char *  s2 
) [inline]

Returns true if s1 is equal to s2; otherwise returns false.

Definition at line 281 of file skype-string.h.

References SEString::equals().

bool operator== ( const char *  s1,
const SEString s2 
) [inline]

Returns true if s1 is equal to s2; otherwise returns false.

Definition at line 287 of file skype-string.h.

References SEString::equals().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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

Last updated: Fri Mar 16 2012