►CAction | |
►CAddFile | |
CAddIfFile | |
CAddIfNotFile | |
►CPatchFile | |
CPatchIfFile | |
CRemoveDir | |
CRemoveFile | |
CActionList | |
►Cmozilla::detail::AddLvalueReferenceHelper< T, V > | |
Cmozilla::AddLvalueReference< T > | AddLvalueReference adds an lvalue & reference to T if one isn't already present |
Cmozilla::detail::AddLvalueReferenceHelper< T, TIsNotVoid > | |
Cmozilla::detail::AddLvalueReferenceHelper< T, TIsVoid > | |
►Cmozilla::detail::AddRvalueReferenceHelper< T, V > | |
Cmozilla::AddRvalueReference< T > | AddRvalueReference adds an rvalue && reference to T if one isn't already present |
Cmozilla::detail::AddRvalueReferenceHelper< T, TIsNotVoid > | |
Cmozilla::detail::AddRvalueReferenceHelper< T, TIsVoid > | |
CArchiveReader | |
CAutoCharArray | |
CAutoFILE | |
CAutoFile | |
CAutoHandle | |
Cmozilla::detail::BaseOfHelper< Base, Derived > | |
Cmozilla::detail::BaseOfTester< Base, Derived > | |
Cmozilla::detail::BaseOfTester< Base, const Derived > | |
CCertificateCheckInfo | |
Cmozilla::Conditional< Condition, A, B > | Conditional selects a class between two, depending on a given boolean value |
Cmozilla::Conditional< false, A, B > | |
►Cmozilla::Conditional< MakeConst, const T, T > | |
Cmozilla::detail::WithC< MakeConst, T > | |
►Cmozilla::Conditional< MakeConst, const WithV< MakeVolatile, CorrespondingSigned< CVRemoved >::Type >::Type, WithV< MakeVolatile, CorrespondingSigned< CVRemoved >::Type >::Type > | |
►Cmozilla::detail::WithC< MakeConst, WithV< MakeVolatile, CorrespondingSigned< CVRemoved >::Type >::Type > | |
►Cmozilla::detail::WithCV< IsConst< T >::value, IsVolatile< T >::value, CorrespondingSigned< CVRemoved >::Type > | |
Cmozilla::detail::MakeSigned< T, CVRemoved, false > | |
►Cmozilla::Conditional< MakeConst, const WithV< MakeVolatile, CorrespondingUnsigned< CVRemoved >::Type >::Type, WithV< MakeVolatile, CorrespondingUnsigned< CVRemoved >::Type >::Type > | |
►Cmozilla::detail::WithC< MakeConst, WithV< MakeVolatile, CorrespondingUnsigned< CVRemoved >::Type >::Type > | |
►Cmozilla::detail::WithCV< IsConst< T >::value, IsVolatile< T >::value, CorrespondingUnsigned< CVRemoved >::Type > | |
Cmozilla::detail::MakeUnsigned< T, CVRemoved, false > | |
►Cmozilla::Conditional< MakeConst, const WithV< MakeVolatile, T >::Type, WithV< MakeVolatile, T >::Type > | |
►Cmozilla::detail::WithC< MakeConst, WithV< MakeVolatile, T >::Type > | |
Cmozilla::detail::WithCV< MakeConst, MakeVolatile, T > | |
►Cmozilla::Conditional< MakeVolatile, volatile T, T > | |
Cmozilla::detail::WithV< MakeVolatile, T > | |
Cmozilla::detail::ConvertibleTester< From, To > | |
Ccopy_recursive_skiplist< N > | |
Cmozilla::detail::CorrespondingSigned< T > | |
Cmozilla::detail::CorrespondingSigned< char > | |
Cmozilla::detail::CorrespondingSigned< unsigned char > | |
Cmozilla::detail::CorrespondingSigned< unsigned int > | |
Cmozilla::detail::CorrespondingSigned< unsigned long > | |
Cmozilla::detail::CorrespondingSigned< unsigned long long > | |
Cmozilla::detail::CorrespondingSigned< unsigned short > | |
Cmozilla::detail::CorrespondingUnsigned< T > | |
Cmozilla::detail::CorrespondingUnsigned< char > | |
Cmozilla::detail::CorrespondingUnsigned< int > | |
Cmozilla::detail::CorrespondingUnsigned< long > | |
Cmozilla::detail::CorrespondingUnsigned< long long > | |
Cmozilla::detail::CorrespondingUnsigned< short > | |
Cmozilla::detail::CorrespondingUnsigned< signed char > | |
Cmozilla::EnableIf< B, T > | EnableIf is a struct containing a typedef of T if and only if B is true |
Cmozilla::EnableIf< true, T > | |
►Cmozilla::IntegralConstant< T, Value > | Helper class used as a base for various type traits, exposed publicly because <type_traits> exposes it as well |
►Cmozilla::detail::IsArrayHelper< RemoveCV< T >::Type > | |
Cmozilla::IsArray< T > | IsArray determines whether a type is an array type, of known or unknown length |
►Cmozilla::detail::IsIntegralHelper< RemoveCV< T >::Type > | |
Cmozilla::IsIntegral< T > | IsIntegral determines whether a type is an integral type |
►Cmozilla::detail::IsPointerHelper< RemoveCV< T >::Type > | |
Cmozilla::IsPointer< T > | IsPointer determines whether a type is a possibly-CV-qualified pointer type (but not a pointer-to-member type) |
►Cmozilla::detail::IsVoidHelper< RemoveCV< T >::Type > | |
Cmozilla::IsVoid< T > | IsVoid determines whether a type is void |
Cmozilla::IsConst< T > | IsConst determines whether a type is const or not |
Cmozilla::IsConst< const T > | |
Cmozilla::IsConvertible< void, void > | |
Cmozilla::IsLvalueReference< T > | IsLvalueReference determines whether a type is an lvalue reference |
Cmozilla::IsLvalueReference< T & > | |
Cmozilla::IsPod< T > | Traits class for identifying POD types |
Cmozilla::IsPod< T * > | |
Cmozilla::IsPod< bool > | |
Cmozilla::IsPod< char > | |
Cmozilla::IsPod< double > | |
Cmozilla::IsPod< float > | |
Cmozilla::IsPod< int > | |
Cmozilla::IsPod< long > | |
Cmozilla::IsPod< long long > | |
Cmozilla::IsPod< short > | |
Cmozilla::IsPod< signed char > | |
Cmozilla::IsPod< unsigned char > | |
Cmozilla::IsPod< unsigned int > | |
Cmozilla::IsPod< unsigned long > | |
Cmozilla::IsPod< unsigned long long > | |
Cmozilla::IsPod< unsigned short > | |
Cmozilla::IsPod< wchar_t > | |
Cmozilla::IsRvalueReference< T > | IsRvalueReference determines whether a type is an rvalue reference |
Cmozilla::IsRvalueReference< T && > | |
Cmozilla::IsSame< T, U > | IsSame tests whether two types are the same type |
Cmozilla::IsSame< T, T > | |
Cmozilla::IsVolatile< T > | IsVolatile determines whether a type is volatile or not |
Cmozilla::IsVolatile< volatile T > | |
Cmozilla::detail::BaseOfTester< Base &, Derived & > | |
Cmozilla::detail::BaseOfTester< Type, Type > | |
Cmozilla::detail::BaseOfTester< Type, const Type > | |
Cmozilla::detail::IsArrayHelper< T > | |
Cmozilla::detail::IsArrayHelper< T[N]> | |
Cmozilla::detail::IsArrayHelper< T[]> | |
Cmozilla::detail::IsIntegralHelper< T > | |
Cmozilla::detail::IsIntegralHelper< bool > | |
Cmozilla::detail::IsIntegralHelper< char > | |
Cmozilla::detail::IsIntegralHelper< int > | |
Cmozilla::detail::IsIntegralHelper< long > | |
Cmozilla::detail::IsIntegralHelper< long long > | |
Cmozilla::detail::IsIntegralHelper< short > | |
Cmozilla::detail::IsIntegralHelper< signed char > | |
Cmozilla::detail::IsIntegralHelper< unsigned char > | |
Cmozilla::detail::IsIntegralHelper< unsigned int > | |
Cmozilla::detail::IsIntegralHelper< unsigned long > | |
Cmozilla::detail::IsIntegralHelper< unsigned long long > | |
Cmozilla::detail::IsIntegralHelper< unsigned short > | |
Cmozilla::detail::IsIntegralHelper< wchar_t > | |
Cmozilla::detail::IsPointerHelper< T > | |
Cmozilla::detail::IsPointerHelper< T * > | |
Cmozilla::detail::IsSignedHelper< T, false, false, NoCV > | |
Cmozilla::detail::IsSignedHelper< T, true, false, NoCV > | |
Cmozilla::detail::IsUnsignedHelper< T, false, false, NoCV > | |
Cmozilla::detail::IsUnsignedHelper< T, true, false, NoCV > | |
Cmozilla::detail::IsVoidHelper< T > | |
Cmozilla::detail::IsVoidHelper< void > | |
►Cmozilla::IntegralConstant< bool, __is_class(RemoveCV< T >::Type)> | |
►Cmozilla::detail::IsClassHelper< RemoveCV< T >::Type > | |
Cmozilla::IsClass< T > | IsClass determines whether a type is a class type (but not a union) |
►Cmozilla::IntegralConstant< bool, __is_class(T)> | |
Cmozilla::detail::IsClassHelper< T > | |
►Cmozilla::IntegralConstant< bool, __is_enum(RemoveCV< T >::Type)> | |
►Cmozilla::detail::IsEnumHelper< RemoveCV< T >::Type > | |
Cmozilla::IsEnum< T > | IsEnum determines whether a type is an enum type |
►Cmozilla::IntegralConstant< bool, __is_enum(T)> | |
Cmozilla::detail::IsEnumHelper< T > | |
►CIntegralConstant< bool, bool(NoCV(-1)< NoCV(1))> | |
Cmozilla::detail::IsSignedHelper< T, false, true, NoCV > | |
►Cmozilla::IntegralConstant< bool, detail::BaseOfTester< Base, Derived >::value > | |
Cmozilla::IsBaseOf< Base, Derived > | |
►Cmozilla::IntegralConstant< bool, detail::ConvertibleTester< From, To >::value > | |
Cmozilla::IsConvertible< From, To > | IsConvertible determines whether a value of type From will implicitly convert to a value of type To |
►Cmozilla::IntegralConstant< bool, IsClass< RemoveCV< T >::Type >::value &&__is_empty(RemoveCV< T >::Type)> | |
►Cmozilla::detail::IsEmptyHelper< RemoveCV< T >::Type > | |
Cmozilla::IsEmpty< T > | IsEmpty determines whether a type is a class (but not a union) that is empty |
►Cmozilla::IntegralConstant< bool, IsClass< T >::value &&__is_empty(T)> | |
Cmozilla::detail::IsEmptyHelper< T > | |
►Cmozilla::IntegralConstant< bool, IsIntegral< T >::value||IsFloatingPoint< T >::value > | |
Cmozilla::IsArithmetic< T > | IsArithmetic determines whether a type is arithmetic |
►Cmozilla::IntegralConstant< bool, IsLvalueReference< T >::value||IsRvalueReference< T >::value > | |
Cmozilla::IsReference< T > | IsReference determines whether a type is an lvalue or rvalue reference |
►Cmozilla::IntegralConstant< bool, IsSame< RemoveCV< T >::Type, float >::value||IsSame< RemoveCV< T >::Type, double >::value||IsSame< RemoveCV< T >::Type, long double >::value > | |
►Cmozilla::detail::IsFloatingPointHelper< RemoveCV< T >::Type > | |
Cmozilla::IsFloatingPoint< T > | IsFloatingPoint determines whether a type is a floating point type (float, double, long double) |
►Cmozilla::IntegralConstant< bool, IsSame< T, float >::value||IsSame< T, double >::value||IsSame< T, long double >::value > | |
Cmozilla::detail::IsFloatingPointHelper< T > | |
►Cmozilla::IntegralConstant< bool, IsVoid< A >::value > | |
Cmozilla::IsConvertible< A, void > | |
►Cmozilla::IntegralConstant< bool, IsVoid< B >::value > | |
Cmozilla::IsConvertible< void, B > | |
►CIntegralConstant< bool,(IsSame< NoCV, bool >::value||bool(NoCV(1)< NoCV(-1)))> | |
Cmozilla::detail::IsUnsignedHelper< T, false, true, NoCV > | |
►Cmozilla::detail::IsSignedHelper< T, bool, bool, NoCV > | |
Cmozilla::IsSigned< T > | IsSigned determines whether a type is a signed arithmetic type |
►Cmozilla::detail::IsUnsignedHelper< T, bool, bool, NoCV > | |
Cmozilla::IsUnsigned< T > | IsUnsigned determines whether a type is an unsigned arithmetic type |
CMaintenanceServiceStringTable | |
Cmozilla::detail::MakeSigned< T, CVRemoved, IsSignedIntegerType > | |
Cmozilla::detail::MakeSigned< T, CVRemoved, true > | |
Cmozilla::detail::MakeUnsigned< T, CVRemoved, IsUnsignedIntegerType > | |
Cmozilla::detail::MakeUnsigned< T, CVRemoved, true > | |
CMARChannelStringTable | |
CMarFile_ | |
CMarItem_ | The MAR item data structure |
CMarItemStack | |
CMBSPatchHeader_ | |
CMBSPatchTriple_ | |
►CNSObject | |
CUpdaterUI | |
CnsTraceRefcnt | |
CProductInformationBlock | |
Cmozilla::RemoveConst< T > | RemoveConst removes top-level const qualifications on a type |
Cmozilla::RemoveConst< const T > | |
Cmozilla::RemoveCV< T > | RemoveCV removes top-level const and volatile qualifications on a type |
Cmozilla::RemoveExtent< T > | RemoveExtent produces either the type of the elements of the array T, or T itself |
Cmozilla::RemoveExtent< T[]> | |
Cmozilla::RemoveExtent< T[N]> | |
Cmozilla::detail::RemovePointerHelper< T, CVRemoved > | |
Cmozilla::detail::RemovePointerHelper< T, Pointee * > | |
►Cmozilla::detail::RemovePointerHelper< T, RemoveCV< T >::Type > | |
Cmozilla::RemovePointer< T > | Produces the pointed-to type if a pointer is provided, else returns the input type |
Cmozilla::RemoveReference< T > | Converts reference types to the underlying types |
Cmozilla::RemoveReference< T & > | |
Cmozilla::RemoveReference< T && > | |
Cmozilla::RemoveVolatile< T > | RemoveVolatile removes top-level volatile qualifications on a type |
Cmozilla::RemoveVolatile< volatile T > | |
CsecuPWData | |
CStringTable | |
►CEnableIf::Type | |
Cmozilla::MakeSigned< T > | MakeSigned produces the corresponding signed integer type for a given integral type T, with the const/volatile qualifiers of T |
►CEnableIf::Type | |
Cmozilla::MakeUnsigned< T > | MakeUnsigned produces the corresponding unsigned integer type for a given integral type T, with the const/volatile qualifiers of T |
CUACHelper | |
CUpdateLog | |
Cmozilla::Version | |
CVersionPart | |