1 #ifndef __IPathSegment_h__
2 #define __IPathSegment_h__ 1
43 kPSTArrayIndex = 1 << 1,
46 kPSTQualifier = 1 << 2,
49 kPSTQualifierSelector = 1 << 3,
72 virtual ePathSegmentType APICALL GetType()
const = 0;
98 return const_cast< IPathSegment_v1 *
>( this )->GetActualIPathSegment();
111 return const_cast< IPathSegment_v1 *
>( this )->GetIPathSegment_I();
202 sizet nameLength,
const char * value,
sizet valueLength );
218 #ifdef FRIEND_CLASS_DECLARATION
219 FRIEND_CLASS_DECLARATION();
227 #endif // __IPathSegment_h__