亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? audioplayer.inc

?? Symbian音頻操作例程,S60實現打開,播放,MP3操作的C++源代碼,是初學者不可缺少的好東西
?? INC
?? 第 1 頁 / 共 5 頁
字號:


	              EIsNotPrefix = 2
	             };
public:
	inline TBool operator<(const TDesC16 &aDes) const;
	inline TBool operator<=(const TDesC16 &aDes) const;
	inline TBool operator>(const TDesC16 &aDes) const;
	inline TBool operator>=(const TDesC16 &aDes) const;
	inline TBool operator==(const TDesC16 &aDes) const;
	inline TBool operator!=(const TDesC16 &aDes) const;
	inline const TUint16 &operator[](TInt anIndex) const;
	inline TInt Length() const;
	inline TInt Size() const;
	__declspec(dllexport) const TUint16 *Ptr() const;
	__declspec(dllexport) TInt Compare(const TDesC16 &aDes) const;
	__declspec(dllexport) TInt CompareF(const TDesC16 &aDes) const;
	__declspec(dllexport) TInt CompareC(const TDesC16 &aDes) const;

	__declspec(dllexport) TInt CompareC(const TDesC16& aDes,TInt aMaxLevel,const TCollationMethod* aCollationMethod) const;

	__declspec(dllexport) TInt Match(const TDesC16 &aDes) const;
	__declspec(dllexport) TInt MatchF(const TDesC16 &aDes) const;
	__declspec(dllexport) TInt MatchC(const TDesC16 &aDes) const;
	__declspec(dllexport) TInt Locate(TChar aChar) const;
	__declspec(dllexport) TInt LocateReverse(TChar aChar) const;
	__declspec(dllexport) TInt Find(const TDesC16 &aDes) const;
	__declspec(dllexport) TInt Find(const TUint16 *aBuf,TInt aLen) const;
	__declspec(dllexport) TPrefix HasPrefixC(const TDesC16& aPossiblePrefix, TInt aLevel, const TCollationMethod* aCollationMethod) const;
	__declspec(dllexport) TPtrC16 Left(TInt aLength) const;
	__declspec(dllexport) TPtrC16 Right(TInt aLength) const;
	__declspec(dllexport) TPtrC16 Mid(TInt aPos) const;
	__declspec(dllexport) TPtrC16 Mid(TInt aPos,TInt aLength) const;
	__declspec(dllexport) TInt LocateF(TChar aChar) const;
	__declspec(dllexport) TInt LocateReverseF(TChar aChar) const;
	__declspec(dllexport) TInt FindF(const TDesC16 &aDes) const;
	__declspec(dllexport) TInt FindF(const TUint16 *aBuf,TInt aLen) const;
	__declspec(dllexport) TInt FindC(const TDesC16 &aDes) const;
	__declspec(dllexport) TInt FindC(const TUint16 *aBuf,TInt aLen) const;
	__declspec(dllexport) TInt FindC(const TUint16 *aText,TInt aLength, TInt aMaxLevel) const;
	__declspec(dllexport) HBufC16 *Alloc() const;
	__declspec(dllexport) HBufC16 *AllocL() const;
	__declspec(dllexport) HBufC16 *AllocLC() const;
protected:
	inline TDesC16() {}
	inline TDesC16(TInt aType,TInt aLength);





	inline TInt Type() const;
	inline void DoSetLength(TInt aLength);
	__declspec(dllexport) const TUint16 &AtC(TInt anIndex) const;
private:
	TUint iLength;
	public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
    };

class TPtrC16 : public TDesC16
#line 148
	{
public:
	__declspec(dllexport) TPtrC16();
	__declspec(dllexport) TPtrC16(const TDesC16 &aDes);
	__declspec(dllexport) TPtrC16(const TUint16 *aString);
	__declspec(dllexport) TPtrC16(const TUint16 *aBuf,TInt aLength);
	inline void Set(const TUint16 *aBuf,TInt aLength);
	inline void Set(const TDesC16 &aDes);
	inline void Set(const TPtrC16 &aPtr);
private:
	TPtrC16& operator=(const TPtrC16 &aDes);
protected:
	const TUint16 *iPtr;
private:
	public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
	};

class TDes16Overflow
#line 179
	{
public:
#line 190
	virtual void Overflow(TDes16 &aDes)=0;
	};

class TRealFormat;
class TDes16 : public TDesC16
#line 216
	{
public:
	inline TDes16& operator=(const TUint16 *aString);
	inline TDes16& operator=(const TDesC16 &aDes);
	inline TDes16& operator=(const TDes16 &aDes);
	inline TInt MaxLength() const;
	inline TInt MaxSize() const;
	inline const TUint16 &operator[](TInt anIndex) const;
	inline TUint16 &operator[](TInt anIndex);
	inline TDes16 &operator+=(const TDesC16 &aDes);
	__declspec(dllexport) void Zero();
 	__declspec(dllexport) void SetLength(TInt aLength);
 	__declspec(dllexport) void SetMax();
	__declspec(dllexport) void Copy(const TDesC8 &aDes);
	__declspec(dllexport) void Copy(const TDesC16 &aDes);
	__declspec(dllexport) void Copy(const TUint16 *aBuf,TInt aLength);
	__declspec(dllexport) void Copy(const TUint16 *aString);
	__declspec(dllexport) void Append(TChar aChar);
	__declspec(dllexport) void Append(const TDesC16 &aDes);
	__declspec(dllexport) void Append(const TUint16 *aBuf,TInt aLength);
	__declspec(dllexport) void Fill(TChar aChar);
	__declspec(dllexport) void Fill(TChar aChar,TInt aLength);
	__declspec(dllexport) void FillZ();
	__declspec(dllexport) void FillZ(TInt aLength);
	__declspec(dllexport) void NumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
	__declspec(dllexport) void AppendNumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
	__declspec(dllexport) TPtr16 LeftTPtr(TInt aLength) const;
	__declspec(dllexport) TPtr16 RightTPtr(TInt aLength) const;
	__declspec(dllexport) TPtr16 MidTPtr(TInt aPos) const;
	__declspec(dllexport) TPtr16 MidTPtr(TInt aPos,TInt aLength) const;
	__declspec(dllexport) const TUint16 *PtrZ();
	__declspec(dllexport) void CopyF(const TDesC16 &aDes);
	__declspec(dllexport) void CopyC(const TDesC16 &aDes);
	__declspec(dllexport) void CopyLC(const TDesC16 &aDes);
	__declspec(dllexport) void CopyUC(const TDesC16 &aDes);
	__declspec(dllexport) void CopyCP(const TDesC16 &aDes);
	__declspec(dllexport) void AppendFill(TChar aChar,TInt aLength);
	__declspec(dllexport) void ZeroTerminate();
	__declspec(dllexport) void Swap(TDes16 &aDes);
	__declspec(dllexport) void Fold();
	__declspec(dllexport) void Collate();
	__declspec(dllexport) void LowerCase();
	__declspec(dllexport) void UpperCase();
	__declspec(dllexport) void Capitalize();
	__declspec(dllexport) void Repeat(const TDesC16 &aDes);
	__declspec(dllexport) void Repeat(const TUint16 *aBuf,TInt aLength);
	__declspec(dllexport) void Trim();
	__declspec(dllexport) void TrimAll();
	__declspec(dllexport) void TrimLeft();
	__declspec(dllexport) void TrimRight();
	__declspec(dllexport) void Insert(TInt aPos,const TDesC16 &aDes);
	__declspec(dllexport) void Delete(TInt aPos,TInt aLength);
	__declspec(dllexport) void Replace(TInt aPos,TInt aLength,const TDesC16 &aDes);
	__declspec(dllexport) void Justify(const TDesC16 &aDes,TInt aWidth,TAlign anAlignment,TChar aFill);
	__declspec(dllexport) void NumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
	__declspec(dllexport) void NumUC(TUint64 aVal, TRadix aRadix=EDecimal);
	__declspec(dllexport) TInt Num(TReal aVal,const TRealFormat &aFormat) ;
	__declspec(dllexport) void Num(TInt64 aVal);
	__declspec(dllexport) void Num(TUint64 aVal, TRadix aRadix);
	__declspec(dllexport) void Format(TRefByValue<const TDesC16> aFmt,...);
	__declspec(dllexport) void FormatList(const TDesC16 &aFmt,VA_LIST aList);
	__declspec(dllexport) void AppendJustify(const TDesC16 &Des,TInt aWidth,TAlign anAlignment,TChar aFill);
	__declspec(dllexport) void AppendJustify(const TDesC16 &Des,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
	__declspec(dllexport) void AppendJustify(const TUint16 *aString,TInt aWidth,TAlign anAlignment,TChar aFill);
	__declspec(dllexport) void AppendJustify(const TUint16 *aString,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
	__declspec(dllexport) void AppendNumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
	__declspec(dllexport) void AppendNumUC(TUint64 aVal, TRadix aRadix=EDecimal);
	__declspec(dllexport) TInt AppendNum(TReal aVal,const TRealFormat &aFormat) ;
	__declspec(dllexport) void AppendNum(TInt64 aVal);
	__declspec(dllexport) void AppendNum(TUint64 aVal, TRadix aRadix);
	__declspec(dllexport) void AppendFormat(TRefByValue<const TDesC16> aFmt,TDes16Overflow *aOverflowHandler,...);
	__declspec(dllexport) void AppendFormat(TRefByValue<const TDesC16> aFmt,...);
	__declspec(dllexport) void AppendFormatList(const TDesC16 &aFmt,VA_LIST aList,TDes16Overflow *aOverflowHandler=0 );
	__declspec(dllexport) TPtr8 Collapse();
protected:
	inline TDes16() {}
	inline TDes16(TInt aType,TInt aLength,TInt aMaxLength);




	inline TUint16 *WPtr() const;
	void DoAppendNum(TUint64 aVal, TRadix aRadix, TUint aA, TInt aW);
	void DoPadAppendNum(TInt aLength, TInt aW, const TUint8* aBuf);
protected:
	TInt iMaxLength;
	public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
    };

class TPtr16 : public TDes16
#line 328
	{
public:
	__declspec(dllexport) TPtr16(TUint16 *aBuf,TInt aMaxLength);
	__declspec(dllexport) TPtr16(TUint16 *aBuf,TInt aLength,TInt aMaxLength);
	inline TPtr16& operator=(const TUint16 *aString);
	inline TPtr16& operator=(const TDesC16& aDes);
	inline TPtr16& operator=(const TPtr16& aDes);
	inline void Set(TUint16 *aBuf,TInt aLength,TInt aMaxLength);
	inline void Set(const TPtr16 &aPtr);
private:
	__declspec(dllexport) TPtr16(TBufCBase16 &aLcb,TInt aMaxLength);
protected:
	TUint16 *iPtr;
private:
	friend class TBufCBase16;
	public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
	};

class TBufCBase16 : public TDesC16



	{
protected:
	__declspec(dllexport) TBufCBase16();
	inline TBufCBase16(TInt aLength);
	__declspec(dllexport) TBufCBase16(const TUint16 *aString,TInt aMaxLength);
	__declspec(dllexport) TBufCBase16(const TDesC16 &aDes,TInt aMaxLength);
	__declspec(dllexport) void Copy(const TUint16 *aString,TInt aMaxLength);
	__declspec(dllexport) void Copy(const TDesC16 &aDes,TInt aMaxLength);
	inline TPtr16 DoDes(TInt aMaxLength);
	inline TUint16 *WPtr() const;
	};

class RReadStream;
class HBufC16 : public TBufCBase16
#line 398
	{
public:
	__declspec(dllexport) static HBufC16 *New(TInt aMaxLength);
	__declspec(dllexport) static HBufC16 *NewL(TInt aMaxLength);
	__declspec(dllexport) static HBufC16 *NewLC(TInt aMaxLength);
	__declspec(dllexport) static HBufC16 *NewMax(TInt aMaxLength);
	__declspec(dllexport) static HBufC16 *NewMaxL(TInt aMaxLength);
	__declspec(dllexport) static HBufC16 *NewMaxLC(TInt aMaxLength);
	__declspec(dllexport) static HBufC16 *NewL(RReadStream &aStream,TInt aMaxLength);
	__declspec(dllexport) static HBufC16 *NewLC(RReadStream &aStream,TInt aMaxLength);
	__declspec(dllexport) HBufC16& operator=(const TUint16 *aString);
	__declspec(dllexport) HBufC16& operator=(const TDesC16 &aDes);
	inline HBufC16& operator=(const HBufC16 &aLcb);
	__declspec(dllexport) HBufC16 *ReAlloc(TInt aMaxLength);
	__declspec(dllexport) HBufC16 *ReAllocL(TInt aMaxLength);
	__declspec(dllexport) TPtr16 Des();
private:
	inline HBufC16(TInt aLength);
private:
	TText16 iBuf[1];
	public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
	};
#line 430
template <TInt S>
class TBufC16 : public TBufCBase16
#line 456
	{
public:
	inline TBufC16();
    inline TBufC16(const TUint16 *aString);
	inline TBufC16(const TDesC16 &aDes);
	inline TBufC16<S> &operator=(const TUint16 *aString);
	inline TBufC16<S> &operator=(const TDesC16 &aDes);
	inline TPtr16 Des();
protected:
	TUint16 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt16))-1)/(sizeof(TInt)/sizeof(TInt16)))*(sizeof(TInt)/sizeof(TInt16))) ];
	};

class TBufBase16 : public TDes16



	{
protected:
	__declspec(dllexport) TBufBase16(TInt aMaxLength);
	__declspec(dllexport) TBufBase16(TInt aLength,TInt aMaxLength);
	__declspec(dllexport) TBufBase16(const TUint16* aString,TInt aMaxLength);
	__declspec(dllexport) TBufBase16(const TDesC16& aDes,TInt aMaxLength);
	};

template <TInt S>
class TBuf16 : public TBufBase16
#line 504
	{
public:
	inline TBuf16();
	inline explicit TBuf16(TInt aLength);
    inline TBuf16(const TUint16* aString);
	inline TBuf16(const TDesC16& aDes);
	inline TBuf16<S>& operator=(const TUint16* aString);
	inline TBuf16<S>& operator=(const TDesC16& aDes);
	inline TBuf16<S>& operator=(const TBuf16<S>& aDes);
protected:
	TUint16 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt16))-1)/(sizeof(TInt)/sizeof(TInt16)))*(sizeof(TInt)/sizeof(TInt16))) ];
	};




class RBuf16 : public TDes16
#line 557
	{
public:
	__declspec(dllexport) RBuf16();
	__declspec(dllexport) explicit RBuf16(HBufC16* aHBuf);
	__declspec(dllexport) void Assign(const RBuf16& aRBuf);
	__declspec(dllexport) void Assign(TUint16 *aHeapCell,TInt aMaxLength);
	__declspec(dllexport) void Assign(TUint16 *aHeapCell,TInt aLength,TInt aMaxLength);
	__declspec(dllexport) void Assign(HBufC16* aHBuf);
	__declspec(dllexport) void Swap(RBuf16& aRBuf);
	__declspec(dllexport) TInt Create(TInt aMaxLength);
	__declspec(dllexport) void CreateL(TInt aMaxLength);
	__declspec(dllexport) TInt CreateMax(TInt aMaxLength);
	__declspec(dllexport) void CreateMaxL(TInt aMaxLength);
	inline void CreateL(RReadStream &aStream,TInt aMaxLength);
	__declspec(dllexport) TInt Create(const TDesC16& aDes);
	__declspec(dllexport) void CreateL(const TDesC16& aDes);
	__declspec(dllexport) TInt Create(const TDesC16& aDes,TInt aMaxLength);
	__declspec(dllexport) void CreateL(const TDesC16& aDes,TInt aMaxLength);
	__declspec(dllexport) TInt ReAlloc(TInt aMaxLength);
	__declspec(dllexport) void ReAllocL(TInt aMaxLength);
	__declspec(dllexport) void Close();
	__declspec(dllexport) void CleanupClosePushL();

protected:
	__declspec(dllexport) RBuf16(TInt aType,TInt aLength,TInt aMaxLength);
	RBuf16(const RBuf16&);
	union
		{
		TUint16* iEPtrType;
		HBufC16* iEBufCPtrType;
		};
	public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
	};
#line 602
typedef TRefByValue<const TDesC16> __TRefDesC16;




template <TInt S>
class TLitC16
#line 624
	{
public:
	inline const TDesC16* operator&() const;
	inline operator const TDesC16&() const;
	inline const TDesC16& operator()() const;
	inline operator const __TRefDesC16() const;
public:
#line 645
	typedef TUint16 __TText;



public:



	TUint iTypeLength;




	__TText iBuf[((((S)+(sizeof(TInt)/sizeof(TInt16))-1)/(sizeof(TInt)/sizeof(TInt16)))*(sizeof(TInt)/sizeof(TInt16))) ];
	};
#line 1108 "C:\\Symbian\\9.1\\S60_3rd_MR\\epoc32\\include\\e32cmn.h"	/* stack depth 3 */
#line 1131
typedef TDesC16 TDesC;
#line 1151
typedef TPtrC16 TPtrC;
#line 1171
typedef TDes16 TDes;
#line 1191
typedef TPtr16 TPtr;
#line 1212
typedef HBufC16 HBufC;
#line 1232
typedef TDes16Overflow TDesOverflow;
#line 1249
typedef RBuf16 RBuf;
#line 1394
typedef TBufCBase16 TBufCBase;
#line 1430
template <TInt S>

class TBufC : public TBufCBase16



	{
public:
	inline TBufC();
	inline TBufC(const TText* aString);
	inline TBufC(const TDesC& aDes);
	inline TBufC<S>& operator=(const TText* aString);
	inline TBufC<S>& operator=(const TDesC& aDes);
	inline TPtr Des();
private:
	TText iBuf[((((S)+(sizeof(TUint)/sizeof(TUint16))-1)/(sizeof(TUint)/sizeof(TUint16)))*(sizeof(TUint)/sizeof(TUint16))) ];
	};
#line 1483
template <TInt S>

class TBuf : public TBufBase16



	{
public:
	inline TBuf();
	inline explicit TBuf(TInt aLength);
	inline TBuf(const TText* aString);
	inline TBuf(const TDesC& aDes);
	inline TBuf<S>& operator=(const TText* aString);
	inline TBuf<S>& operator=(const TDesC& aDes);
	inline TBuf<S>& operator=(const TBuf<S>& aBuf);
private:
	TText iBuf[((((S)+(sizeof(TUint)/sizeof(TUint16))-1)/(sizeof(TUint)/sizeof(TUint16)))*(sizeof(TUint)/sizeof(TUint16))) ];
	};
#line 1513
typedef TRefByValue<const TDesC> __TRefDesC;
#line 1531
template <TInt S>
class TLitC
	{
public:



	enum {BufferSize=S-1};
	inline const TDesC* operator&() const;
	inline operator const TDesC&() const;
	inline const TDesC& operator()() const;
	inline operator const __TRefDesC() const;
public:
#line 1568
	typedef TUint16 __TText;



public:



	TUint iTypeLength;




	__TText iBuf[((((S)+(sizeof(TUint)/sizeof(TUint16))-1)/(sizeof(TUint)/sizeof(TUint16)))*(sizeof(TUint)/sizeof(TUint16))) ];
	};
#line 1595
const static TLitC<sizeof(L"")/2> KNullDesC={sizeof(L"")/2-1,L""} ;
#line 1605
const static TLitC8<sizeof("")> KNullDesC8={sizeof("")-1,""} ;
#line 1616
const static TLitC16<sizeof(L"")/2> KNullDesC16={sizeof(L"")/2-1,L""} ;
#line 1633
template <class T>
class TPckgC : public TPtrC8
	{
public:
	inline TPckgC(const T& aRef);
	inline const T& operator()() const;
private:
	TPckgC<T>& operator=(const TPckgC<T>& aRef);
	};
#line 1658
template <class T>
class TPckg : public TPtr8
	{
public:
	inline TPckg(const T& aRef);
	inline T& operator()();
private:
	TPckg<T>& operator=(const TPckg<T>& aRef);
	};
#line 1685
template <class T>
class TPckgBuf : public TAlignedBuf8<sizeof(T)>
	{
public:
	inline TPckgBuf();
	inline TPckgBuf(const T& aRef);
	inline TPckgBuf& operator=(const TPckgBuf<T>& aRef);
	inline T& operator=(const T& aRef);
	inline T& operator()();
	inline const T& operator()() const;
	};
#line 1710
typedef TBuf<KMaxName> TName;







typedef TBuf<KMaxKernelName> TKName;





typedef TBuf<KMaxInfoName> TInfoName;
#line 1739
typedef TBuf<KMaxFullName> TFullName;
#line 1754
typedef TBuf<KMaxExitCategoryName> TExitCategoryName;
#line 1768
typedef TBuf<KMaxFileName> TFileName;
#line 1782
typedef TBuf<KMaxPath> TPath;






typedef TBuf<KMaxDeviceInfo> TDeviceInfo;
#line 1805
typedef TBuf<KMaxVersionName> TVersionName;




typedef TBuf<KMaxPassword> TPassword;
#line 1825
typedef TBuf<KMaxUidName> TUidName;
#line 1847
class TUid
	{
public:

	__declspec(dllexport) TBool operator==(const TUid& aUid) const;
	__declspec(dllexport) TBool operator!=(const TUid& aUid) const;
	__declspec(dllexport) TUidName Name() const;

	static inline TUid Uid(TInt aUid);
	static inline TUid Null();
public:



	TInt32 iUid;
	};
#line 1877
class TUidType
	{
public:

	__declspec(dllexport) TUidType();
	__declspec(dllexport) TUidType(TUid aUid1);
	__declspec(dllexport) TUidType(TUid aUid1,TUid aUid2);
	__declspec(dllexport) TUidType(TUid aUid1,TUid aUid2,TUid aUid3);
	__declspec(dllexport) TBool operator==(const TUidType& aUidType) const;
	__declspec(dllexport) TBool operator!=(const TUidType& aUidType) const;
	__declspec(dllexport) const TUid& operator[](TInt anIndex) const;
	__declspec(dllexport) TUid MostDerived() const;
	__declspec(dllexport) TBool IsPresent(TUid aUid) const;
	__declspec(dllexport) TBool IsValid() const;
private:

	TUid iUid[KMaxCheckedUid];
	};
#line 1925
class TSecureId
	{
public:
	inline TSecureId();
	inline TSecureId(TUint32 aId);
	inline operator TUint32() const;
	inline TSecureId(TUid aId);
	inline operator TUid() const;
public:
	TUint32 iId;
	};
#line 1966
class TVendorId
	{
public:
	inline TVendorId();
	inline TVendorId(TUint32 aId);
	inline operator TUint32() const;
	inline TVendorId(TUid aId);
	inline operator TUid() const;
public:
	TUint32 iId;
	};
#line 1985
class SSecureId
	{
public:
	inline const TSecureId* operator&() const;
	inline operator const TSecureId&() const;
	inline operator TUint32() const;
	inline operator TUid() const;
public:
	TUint32 iId;
	};
#line 2004
class SVendorId
	{
public:
	inline const TVendorId* operator&() const;
	inline operator const TVendorId&() const;
	inline operator TUint32() const;
	inline operator TUid() const;
public:
	TUint32 iId;
	};
#line 2062
class TVersion
	{
public:
	__declspec(dllexport) TVersion();
	__declspec(dllexport) TVersion(TInt aMajor,TInt aMinor,TInt aBuild);
	__declspec(dllexport) TVersionName Name() const;
public:



	TInt8 iMajor;





	TInt8 iMinor;





	TInt16 iBuild;
	};
#line 2103
class TRequestStatus
	{
public:
	inline TRequestStatus();
	inline TRequestStatus(TInt aVal);
	inline TInt operator=(TInt aVal);
	inline TBool operator==(TInt aVal) const;
	inline TBool operator!=(TInt aVal) const;
	inline TBool operator>=(TInt aVal) const;
	inline TBool operator<=(TInt aVal) const;
	inline TBool operator>(TInt aVal) const;
	inline TBool operator<(TInt aVal) const;
	inline TInt Int() const;
private:
	enum
		{
		EActive				= 1,
		ERequestPending		= 2,
		};
	TInt iStatus;
	TUint iFlags;
	friend class CActive;
	friend class CActive

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色系网站成人免费| 成人福利电影精品一区二区在线观看 | 国产精品三级av在线播放| 在线精品视频免费观看| 色综合久久久网| 欧美乱妇20p| 欧美精品一区二区三区久久久| 欧美日韩国产系列| 日韩午夜中文字幕| 国产三区在线成人av| 日本一区二区三级电影在线观看 | 久久精品国产77777蜜臀| 美女视频免费一区| 精品影视av免费| 欧美疯狂性受xxxxx喷水图片| 中文字幕制服丝袜成人av| 亚洲欧美中日韩| 午夜精品成人在线| 极品少妇一区二区三区精品视频| 久久91精品久久久久久秒播| 成人手机在线视频| 欧美理论电影在线| 久久久久一区二区三区四区| 亚洲欧美日韩综合aⅴ视频| 人人精品人人爱| 97精品国产露脸对白| 精品美女在线播放| 午夜久久久久久久久久一区二区| 床上的激情91.| 久久综合国产精品| 久久精品av麻豆的观看方式| 91成人免费网站| 久久久午夜精品理论片中文字幕| 亚洲第一在线综合网站| 成人av免费在线播放| 欧美精品第1页| 精品av综合导航| 亚洲精品日产精品乱码不卡| 久久99久久精品欧美| 欧美人体做爰大胆视频| 亚洲高清不卡在线| 欧美午夜一区二区三区免费大片| 国产精品亲子伦对白| 国产99一区视频免费| 久久婷婷一区二区三区| 国产精品一区二区三区网站| 久久久久久免费| 国产不卡视频在线观看| 国产精品网曝门| 成人免费观看视频| 亚洲日本在线看| 91国偷自产一区二区开放时间| 亚洲免费观看高清完整版在线观看| av中文字幕一区| 日韩和欧美一区二区三区| 欧美一区二区在线免费观看| 久久99精品一区二区三区| 国产日韩三级在线| 欧美日韩午夜精品| 国产二区国产一区在线观看| 椎名由奈av一区二区三区| 欧美三级视频在线| 成人av网站在线观看免费| 亚洲最大的成人av| 久久婷婷一区二区三区| 色综合亚洲欧洲| 国产一区二区毛片| 国内成人精品2018免费看| 国产一区在线视频| 一二三区精品福利视频| 日韩视频一区二区| 91麻豆视频网站| 韩国av一区二区三区在线观看| 中文字幕日本不卡| 91麻豆精品国产91久久久久久| 成人午夜精品一区二区三区| 五月婷婷激情综合| 亚洲女人小视频在线观看| 精品欧美一区二区三区精品久久| 国产精品系列在线观看| 日韩电影在线一区| 亚洲综合久久av| 悠悠色在线精品| 中文字幕一区av| 久久久久久9999| 国产午夜三级一区二区三| 91精品国产91综合久久蜜臀| 欧美日韩一区二区不卡| 日本乱人伦一区| 欧美亚洲国产一区二区三区| 91丨九色丨黑人外教| 91免费在线视频观看| 色悠悠亚洲一区二区| 欧美特级限制片免费在线观看| 在线看国产一区二区| 欧美日韩精品一区二区三区| 欧美丰满少妇xxxxx高潮对白| 欧美一区二区啪啪| 精品国产sm最大网站免费看| 国产欧美精品国产国产专区| 亚洲视频一二三| 亚洲电影一区二区| 国产一区在线视频| 欧美精品一二三四| 欧美影视一区在线| 成人动漫在线一区| 欧美日韩视频在线第一区| 欧美亚州韩日在线看免费版国语版| 欧美三片在线视频观看| 日韩三级在线免费观看| 丝袜亚洲另类欧美| 国产亚洲综合色| 精品国产乱码久久久久久久| 国产女同互慰高潮91漫画| 亚洲一卡二卡三卡四卡五卡| 国内一区二区视频| 欧美最猛性xxxxx直播| 国产亚洲一二三区| 日韩不卡手机在线v区| 在线看国产一区二区| 欧美精品第1页| 亚洲色大成网站www久久九九| 亚洲五码中文字幕| 黑人巨大精品欧美一区| 色噜噜狠狠成人中文综合| 久久嫩草精品久久久精品| 视频一区二区国产| 日本韩国一区二区| 亚洲男人天堂av网| 成人av在线播放网址| 国产亚洲成年网址在线观看| 日欧美一区二区| 欧美精品乱码久久久久久按摩 | 亚洲免费观看高清完整| 在线观看三级视频欧美| 亚洲人成网站在线| 亚洲国产精品久久不卡毛片 | 91麻豆6部合集magnet| 国产精品久久久久久久久免费桃花 | 人人狠狠综合久久亚洲| 日韩欧美在线影院| 韩国毛片一区二区三区| 欧美sm美女调教| 国产a精品视频| 一区二区三区国产精华| 日本sm残虐另类| 精品日韩一区二区| 成人黄色在线视频| 亚洲精选一二三| 欧美日本韩国一区二区三区视频| 丝袜美腿亚洲色图| 精品99一区二区| 在线免费不卡电影| 精品一区二区久久| 亚洲综合偷拍欧美一区色| 日韩精品一区二区三区中文精品| 国产一区二区精品久久91| 综合久久久久久| 精品国内二区三区| 欧美日韩综合一区| 亚洲国产婷婷综合在线精品| 日韩一区二区三区四区五区六区| 国产精品888| 国模套图日韩精品一区二区| 亚洲激情中文1区| 综合激情成人伊人| 国产日韩一级二级三级| 日韩一区二区不卡| 欧美日韩高清一区| 在线观看91视频| 97久久超碰国产精品| 国产盗摄视频一区二区三区| 日韩av中文在线观看| 亚洲五月六月丁香激情| 亚洲激情图片小说视频| 欧美在线观看禁18| 国产综合色在线| 免播放器亚洲一区| 天天操天天干天天综合网| 一区二区三区在线观看国产| 亚洲天堂av一区| 亚洲欧洲av在线| 亚洲永久免费视频| 日韩av在线免费观看不卡| 久久精品国产色蜜蜜麻豆| 美洲天堂一区二卡三卡四卡视频| 蜜桃传媒麻豆第一区在线观看| 婷婷中文字幕一区三区| 久久成人av少妇免费| 久久91精品久久久久久秒播| 国产成人精品一区二区三区网站观看| 风间由美一区二区三区在线观看 | 91在线国产福利| 成人精品国产一区二区4080| 不卡的看片网站| 欧美精品免费视频| 精品久久久久久无| 亚洲激情av在线| 精品一区二区三区的国产在线播放| 国产一二精品视频|