Contains a collection of instances of the SoapHeader class. More...
Inherits System::Collections::Generic::List< System::SharedPtr< SoapHeader > >.
Public Member Functions | |
ASPOSECPP_SHARED_API | SoapHeaderCollection () |
Initializes a new instance of the SoapHeaderCollection class. More... | |
Public Member Functions inherited from System::Collections::Generic::List< System::SharedPtr< SoapHeader > > | |
List () | |
Creates empty list. More... | |
List (int capacity) | |
List (IEnumerablePtr collection) | |
void | AddInitializer (int size, const System::SharedPtr< SoapHeader > inits[]) |
iterator | begin () noexcept |
const_iterator | begin () const noexcept |
iterator | end () noexcept |
const_iterator | end () const noexcept |
const_iterator | cbegin () const noexcept |
const_iterator | cend () const noexcept |
reverse_iterator | rbegin () noexcept |
const_reverse_iterator | rbegin () const noexcept |
reverse_iterator | rend () noexcept |
const_reverse_iterator | rend () const noexcept |
const_reverse_iterator | crbegin () const noexcept |
const_reverse_iterator | crend () const noexcept |
IEnumeratorPtr | GetEnumerator () override |
int | get_Count () const override |
void | Add (const System::SharedPtr< SoapHeader > &item) override |
void | Clear () override |
Deletes all elements. More... | |
bool | Contains (const System::SharedPtr< SoapHeader > &item) const override |
bool | Remove (const System::SharedPtr< SoapHeader > &item) override |
void | CopyTo (System::ArrayPtr< System::SharedPtr< SoapHeader > > array, int arrayIndex) override |
void | CopyTo (const System::ArrayPtr< System::SharedPtr< SoapHeader > > &array) |
void | CopyTo (int index, const System::ArrayPtr< System::SharedPtr< SoapHeader > > &array, int arrayIndex, int count) |
int | IndexOf (const System::SharedPtr< SoapHeader > &item) const override |
int | IndexOf (const System::SharedPtr< SoapHeader > &item, int index) const |
void | Insert (int index, const System::SharedPtr< SoapHeader > &item) override |
void | RemoveAt (int index) override |
System::SharedPtr< SoapHeader > | idx_get (int index) const override |
void | idx_set (int index, System::SharedPtr< SoapHeader > value) override |
int | get_Capacity () const |
void | set_Capacity (int capacity) |
void | AddRange (IEnumerablePtr collection) |
SharedPtr< System::Collections::ObjectModel::ReadOnlyCollection< System::SharedPtr< SoapHeader > > > | AsReadOnly () |
int | BinarySearch (const System::SharedPtr< SoapHeader > &item) const |
int | BinarySearch (const System::SharedPtr< SoapHeader > &item, const SharedPtr< System::Collections::Generic::IComparer< System::SharedPtr< SoapHeader > > > &comparer) const |
int | BinarySearch (int index, int count, const System::SharedPtr< SoapHeader > &item, const SharedPtr< System::Collections::Generic::IComparer< System::SharedPtr< SoapHeader > > > &comparer) const |
SharedPtr< List< OutputType > > | ConvertAll (Converter< System::SharedPtr< SoapHeader >, OutputType > converter) |
bool | Exists (System::Predicate< System::SharedPtr< SoapHeader > > match) |
System::SharedPtr< SoapHeader > | Find (System::Predicate< System::SharedPtr< SoapHeader > > predicate) |
ListPtr< System::SharedPtr< SoapHeader > > | FindAll (System::Predicate< System::SharedPtr< SoapHeader > > match) |
int | FindIndex (System::Predicate< System::SharedPtr< SoapHeader > > match) |
int | FindIndex (int startIndex, System::Predicate< System::SharedPtr< SoapHeader > > match) |
int | FindIndex (int startIndex, int count, System::Predicate< System::SharedPtr< SoapHeader > > match) |
System::SharedPtr< SoapHeader > | FindLast (System::Predicate< System::SharedPtr< SoapHeader > > match) |
void | ForEach (System::Action< System::SharedPtr< SoapHeader > > action) |
ThisPtr | GetRange (int index, int count) |
void | InsertRange (int index, IEnumerablePtr collection) |
int32_t | LastIndexOf (const System::SharedPtr< SoapHeader > &item) const |
int32_t | LastIndexOf (const System::SharedPtr< SoapHeader > &item, int32_t index) const |
int32_t | LastIndexOf (const System::SharedPtr< SoapHeader > &item, int32_t index, int32_t count) const |
int | RemoveAll (Predicate< System::SharedPtr< SoapHeader > > match) |
void | RemoveRange (int index, int count) |
void | Reverse () |
Reverses elements order of the whole list. More... | |
void | Reverse (int index, int count) |
void | Sort (const SharedPtr< System::Collections::Generic::IComparer< System::SharedPtr< SoapHeader > > > &comparator) |
void | Sort () |
Sorts elements in the list using default comparator. More... | |
void | Sort (int index, int count, SharedPtr< System::Collections::Generic::IComparer< System::SharedPtr< SoapHeader > > > comparator) |
void | Sort (Comparison< System::SharedPtr< SoapHeader > > comparison, bool) |
ArrayPtr< System::SharedPtr< SoapHeader > > | ToArray () const |
void | TrimExcess () |
Makes list capacity to fit its size. More... | |
bool | TrueForAll (System::Predicate< System::SharedPtr< SoapHeader > > match) |
vector_t::reference | operator[] (int index) |
vector_t::const_reference | operator[] (int index) const |
vector_t & | data () |
const vector_t & | data () const |
void | _add_range (std::initializer_list< System::SharedPtr< SoapHeader > > list) |
System::Details::VirtualizedIteratorBase< System::SharedPtr< SoapHeader > > * | virtualizeBeginIterator () override |
System::Details::VirtualizedIteratorBase< System::SharedPtr< SoapHeader > > * | virtualizeEndIterator () override |
System::Details::VirtualizedIteratorBase< System::SharedPtr< SoapHeader > > * | virtualizeBeginConstIterator () const override |
System::Details::VirtualizedIteratorBase< System::SharedPtr< SoapHeader > > * | virtualizeEndConstIterator () const override |
Public Member Functions inherited from System::Object | |
ASPOSECPP_SHARED_API | Object () |
Creates object. Initializes all internal data structures. More... | |
virtual ASPOSECPP_SHARED_API | ~Object () |
Destroys object. Frees all internal data structures. More... | |
ASPOSECPP_SHARED_API | Object (Object const &x) |
Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More... | |
Object & | operator= (Object const &x) |
Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More... | |
Object * | SharedRefAdded () |
Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
int | SharedRefRemovedSafe () |
Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
int | RemovedSharedRefs (int count) |
Decreases shared reference count by specified value. More... | |
Detail::SmartPtrCounter * | WeakRefAdded () |
Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
void | WeakRefRemoved () |
Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
Detail::SmartPtrCounter * | GetCounter () |
Gets reference counter data structure associated with the object. More... | |
int | SharedCount () const |
Gets current value of shared reference counter. More... | |
ASPOSECPP_SHARED_API void | Lock () |
Implements C# lock() statement locking. Call directly or use LockContext sentry object. More... | |
ASPOSECPP_SHARED_API void | Unlock () |
Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More... | |
virtual ASPOSECPP_SHARED_API bool | Equals (ptr obj) |
Compares objects using C# Object.Equals semantics. More... | |
virtual ASPOSECPP_SHARED_API int32_t | GetHashCode () const |
Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More... | |
virtual ASPOSECPP_SHARED_API String | ToString () const |
Analog of C# Object.ToString() method. Enables converting custom objects to string. More... | |
virtual ASPOSECPP_SHARED_API ptr | MemberwiseClone () const |
Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More... | |
virtual ASPOSECPP_SHARED_API const TypeInfo & | GetType () const |
Gets actual type of object. Analog of C# System.Object.GetType() call. More... | |
virtual ASPOSECPP_SHARED_API bool | Is (const TypeInfo &targetType) const |
Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More... | |
virtual ASPOSECPP_SHARED_API void | SetTemplateWeakPtr (uint32_t argument) |
Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More... | |
virtual ASPOSECPP_SHARED_API bool | FastCast (const Details::FastRttiBase &helper, void **out_ptr) const |
For internal purposes only. More... | |
template<> | |
bool | Equals (float const &objA, float const &objB) |
template<> | |
bool | Equals (double const &objA, double const &objB) |
template<> | |
bool | ReferenceEquals (String const &str, std::nullptr_t) |
template<> | |
bool | ReferenceEquals (String const &str1, String const &str2) |
Public Member Functions inherited from System::Collections::Generic::IList< System::SharedPtr< SoapHeader > > | |
bool | get_IsFixedSize () |
Public Member Functions inherited from System::Collections::Generic::ICollection< System::SharedPtr< SoapHeader > > | |
virtual bool | get_IsReadOnly () const |
ICollection & | operator= (ICollection &&) noexcept |
ICollection & | operator= (const ICollection &) |
ICollection () | |
Default constructor. More... | |
ICollection (const ICollection &) | |
Copy constructor. More... | |
ICollection (ICollection &&) noexcept | |
Move constructor. More... | |
virtual | ~ICollection () |
Destructor. More... | |
SharedPtr< Object > | get_SyncRoot () const |
Gets the object the collection is being synchronized through. More... | |
Public Member Functions inherited from System::Collections::Generic::IEnumerable< System::SharedPtr< SoapHeader > > | |
System::SharedPtr< SoapHeader > | LINQ_ElementAt (int index) |
System::SharedPtr< SoapHeader > | LINQ_First () |
System::SharedPtr< SoapHeader > | LINQ_First (const Func< System::SharedPtr< SoapHeader >, bool > &predicate) |
System::SharedPtr< SoapHeader > | LINQ_FirstOrDefault () |
System::SharedPtr< SoapHeader > | LINQ_FirstOrDefault (std::function< bool(System::SharedPtr< SoapHeader >)> predicate) |
System::SharedPtr< SoapHeader > | LINQ_Last () |
System::SharedPtr< SoapHeader > | LINQ_LastOrDefault () |
SharedPtr< List< System::SharedPtr< SoapHeader > > > | LINQ_ToList () |
int | LINQ_Count () |
int | LINQ_Count (const Func< System::SharedPtr< SoapHeader >, bool > &predicate) |
System::ArrayPtr< System::SharedPtr< SoapHeader > > | LINQ_ToArray () |
bool | LINQ_All (std::function< bool(System::SharedPtr< SoapHeader >)> predicate) |
bool | LINQ_Any () |
bool | LINQ_Any (std::function< bool(System::SharedPtr< SoapHeader >)> predicate) |
SharedPtr< IEnumerable< System::SharedPtr< SoapHeader > > > | LINQ_Where (std::function< bool(System::SharedPtr< SoapHeader >)> predicate) |
bool | LINQ_Contains (System::SharedPtr< SoapHeader > value) |
SharedPtr< IEnumerable< ResultType > > | LINQ_Cast () |
SharedPtr< IEnumerable< Result > > | LINQ_Cast () |
SharedPtr< IEnumerable< System::SharedPtr< SoapHeader > > > | LINQ_OrderBy (const Func< System::SharedPtr< SoapHeader >, Key > &keySelector) |
SharedPtr< IEnumerable< Source > > | LINQ_OrderBy (const Func< Source, Key > &keySelector) |
SharedPtr< IEnumerable< System::SharedPtr< SoapHeader > > > | LINQ_OrderByDescending (const Func< System::SharedPtr< SoapHeader >, Key > &keySelector) |
SharedPtr< IEnumerable< Source > > | LINQ_OrderByDescending (const Func< Source, Key > &keySelector) |
SharedPtr< IEnumerable< ResultType > > | LINQ_OfType () |
SharedPtr< IEnumerable< Result > > | LINQ_OfType () |
SharedPtr< IEnumerable< ResultType > > | LINQ_Select (const Func< System::SharedPtr< SoapHeader >, ResultType > &selector) |
SharedPtr< IEnumerable< ResultType > > | LINQ_Select (const Func< System::SharedPtr< SoapHeader >, int32_t, ResultType > &selector) |
SharedPtr< IEnumerable< Result > > | LINQ_Select (const Func< Source, Result > &selector) |
SharedPtr< IEnumerable< Result > > | LINQ_Select (const Func< Source, int32_t, Result > &selector) |
SharedPtr< IEnumerable< System::SharedPtr< SoapHeader > > > | LINQ_Concat (SharedPtr< IEnumerable< System::SharedPtr< SoapHeader > >> sequence) |
System::SharedPtr< IEnumerable< System::SharedPtr< System::Linq::IGrouping< Key, System::SharedPtr< SoapHeader > > > > > | LINQ_GroupBy (System::Func< System::SharedPtr< SoapHeader >, Key > keyPredicate) |
SharedPtr< IEnumerable< SharedPtr< System::Linq::IGrouping< Key, Source > > > > | LINQ_GroupBy (System::Func< Source, Key > keyPredicate) |
SharedPtr< IEnumerable< ResultType > > | LINQ_SelectMany (const Func< System::SharedPtr< SoapHeader >, SharedPtr< IEnumerable< ResultType >>> &selector) |
SharedPtr< IEnumerable< Result > > | LINQ_SelectMany (const Func< Source, SharedPtr< IEnumerable< Result >>> &selector) |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
Additional Inherited Members | |
Public Types inherited from System::Collections::Generic::List< System::SharedPtr< SoapHeader > > | |
typedef System::SharedPtr< SoapHeader > | ValueType |
This type. More... | |
typedef IList< System::SharedPtr< SoapHeader > > | BaseType |
Interface type. More... | |
typedef std::vector< System::SharedPtr< SoapHeader >, ASPOSE_COLLECTION_ALLOCATOR_TYPE > | vector_t |
Underlying data type. More... | |
typedef vector_t::iterator | iterator |
Iterator type. More... | |
typedef vector_t::const_iterator | const_iterator |
Const iterator type. More... | |
typedef vector_t::reverse_iterator | reverse_iterator |
Reverse iterator type. More... | |
typedef vector_t::const_reverse_iterator | const_reverse_iterator |
Const reverse iterator type. More... | |
typedef SharedPtr< IEnumerable< System::SharedPtr< SoapHeader > > > | IEnumerablePtr |
Container holding elements of same type we hold. More... | |
typedef SharedPtr< IEnumerator< System::SharedPtr< SoapHeader > > > | IEnumeratorPtr |
Enumerator type. More... | |
Public Types inherited from System::Object | |
typedef SmartPtr< Object > | ptr |
Alias for smart pointer type. More... | |
Public Types inherited from System::Collections::Generic::IList< System::SharedPtr< SoapHeader > > | |
typedef ICollection< System::SharedPtr< SoapHeader > > | BaseType |
Base type. More... | |
typedef IList< System::SharedPtr< SoapHeader > > | ThisType |
This type. More... | |
typedef System::SharedPtr< SoapHeader > | ValueType |
Value type. More... | |
Public Types inherited from System::Collections::Generic::ICollection< System::SharedPtr< SoapHeader > > | |
typedef System::SharedPtr< SoapHeader > | ValueType |
Value type name. More... | |
typedef ICollection< System::SharedPtr< SoapHeader > > | ThisType |
Collection type name. More... | |
Public Types inherited from System::Collections::Generic::IEnumerable< System::SharedPtr< SoapHeader > > | |
typedef IEnumerator< System::SharedPtr< SoapHeader > > | IEnumeratorType |
Enumerator type. More... | |
using | ValueType = System::SharedPtr< SoapHeader > |
using | iterator = System::Details::VirtualizedIterator< System::SharedPtr< SoapHeader > > |
Iterator type. More... | |
using | const_iterator = System::Details::VirtualizedConstIterator< System::SharedPtr< SoapHeader > > |
Const iterator type. More... | |
using | virtualized_iterator = System::Details::VirtualizedIteratorBase< System::SharedPtr< SoapHeader > > |
Inner iterator base type. More... | |
using | virtualized_iterator_element = System::SharedPtr< SoapHeader > |
Inner iterator element type. More... | |
Static Public Member Functions inherited from System::Object | |
static bool | ReferenceEquals (ptr const &objA, ptr const &objB) |
Compares objects by reference. More... | |
template<typename T > | |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, T const &objB) |
Compares objects by reference. More... | |
template<typename T > | |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, std::nullptr_t) |
Reference-compares value type object with nullptr. More... | |
template<typename T1 , typename T2 > | |
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
Compares reference type objects in C# style. More... | |
template<typename T1 , typename T2 > | |
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
Compares value type objects in C# style. More... | |
static const TypeInfo & | Type () |
Implements C# typeof(System.Object) construct. More... | |
Contains a collection of instances of the SoapHeader class.
ASPOSECPP_SHARED_API System::Web::Services::Protocols::SoapHeaderCollection::SoapHeaderCollection | ( | ) |
Initializes a new instance of the SoapHeaderCollection class.