xtd 0.2.0
Loading...
Searching...
No Matches
list.h File Reference
#include "helpers/allocator.h"
#include "ilist.h"
#include "params.h"
#include "../object_model/read_only_collection.h"
#include "../../argument_exception.h"
#include "../../argument_out_of_range_exception.h"
#include "../../index_out_of_range_exception.h"
#include "../../box_integer.h"
#include "../../invalid_operation_exception.h"
#include "../../intptr.h"
#include "../../is.h"
#include "../../literals.h"
#include "../../object.h"
#include "../../new_ptr.h"
#include "../../ptr.h"
#include "../../string.h"
#include <utility>
#include <vector>

Definition

Contains xtd::collections::generic::list struct.

Go to the source code of this file.

Classes

class  xtd::collections::generic::list< type_t, allocator_t >
 Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists. More...
 

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
namespace  xtd::collections
 The xtd::collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries.
 
namespace  xtd::collections::generic
 The xtd::collections::generic namespace contains interfaces and classes that define generic collections, which allow users to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.