From 98522eee4825682cc8fa73da4a9a8ba5f34aaf18 Mon Sep 17 00:00:00 2001
From: Jeongho Nam
Date: Fri, 12 Aug 2016 09:51:01 +0900
Subject: [PATCH] TypeScript-STL & Samchon Framework
---
typescript-stl/typescript-stl.d.ts | 120 ++++++++++++++---------------
1 file changed, 60 insertions(+), 60 deletions(-)
diff --git a/typescript-stl/typescript-stl.d.ts b/typescript-stl/typescript-stl.d.ts
index 9e491ff258..5a83a405cd 100644
--- a/typescript-stl/typescript-stl.d.ts
+++ b/typescript-stl/typescript-stl.d.ts
@@ -2744,8 +2744,8 @@ declare namespace std.base {
/**
* An abstract container.
*
- *
- *
+ *
+ *
*
*
* Container properties
@@ -2865,8 +2865,8 @@ declare namespace std {
* There is not a single type of {@link Iterator bidirectional iterator}: {@link IContainer Each container}
* may define its own specific iterator type able to iterate through it and access its elements.
*
- *
- *
+ *
+ *
*
*
* @reference http://www.cplusplus.com/reference/iterator/BidirectionalIterator
@@ -2951,8 +2951,8 @@ declare namespace std {
* first element in a range is reversed, the reversed iterator points to the element before the first element (this
* would be the past-the-end element of the reversed range).
*
- *
- *
+ *
+ *
*
*
* @reference http://www.cplusplus.com/reference/iterator/reverse_iterator
@@ -3622,8 +3622,8 @@ declare namespace std {
* All objects thrown by components of the standard library are derived from this class.
* Therefore, all standard exceptions can be caught by catching this type by reference.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/exception/exception
* @author Jeongho Nam
@@ -3671,8 +3671,8 @@ declare namespace std {
*
* It is used as a base class for several logical error exceptions.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/stdexcept/logic_error
* @author Jeongho Nam
@@ -3697,8 +3697,8 @@ declare namespace std {
* No component of the standard library throws exceptions of this type. It is designed as a standard
* exception to be thrown by programs.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/stdexcept/domain_error
* @author Jeongho Nam
@@ -3719,8 +3719,8 @@ declare namespace std {
* It is a standard exception that can be thrown by programs. Some components of the standard library
* also throw exceptions of this type to signal invalid arguments.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/stdexcept/invalid_argument
* @author Jeongho Nam
@@ -3741,8 +3741,8 @@ declare namespace std {
* It is a standard exception that can be thrown by programs. Some components of the standard library,
* such as vector and string also throw exceptions of this type to signal errors resizing.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/stdexcept/length_error
* @author Jeongho Nam
@@ -3764,8 +3764,8 @@ declare namespace std {
* such as vector, deque, string and bitset also throw exceptions of this type to signal arguments
* out of range.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/stdexcept/out_of_range
* @author Jeongho Nam
@@ -3786,8 +3786,8 @@ declare namespace std {
*
* It is used as a base class for several runtime error exceptions.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/stdexcept/runtime_error
* @author Jeongho Nam
@@ -3808,8 +3808,8 @@ declare namespace std {
* It is a standard exception that can be thrown by programs. Some components of the standard library
* also throw exceptions of this type to signal range errors.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/stdexcept/overflow_error
* @author Jeongho Nam
@@ -3830,8 +3830,8 @@ declare namespace std {
* No component of the standard library throws exceptions of this type. It is designed as a standard
* exception to be thrown by programs.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/stdexcept/underflow_error
* @author Jeongho Nam
@@ -3853,8 +3853,8 @@ declare namespace std {
* It is a standard exception that can be thrown by programs. Some components of the standard library
* also throw exceptions of this type to signal range errors.
*
- *
- *
+ *
+ *
*
* @reference http://www.cplusplus.com/reference/stdexcept/range_error
* @author Jeongho Nam
@@ -4415,8 +4415,8 @@ declare namespace std.base {
* {@link List} and registering {@link ListIterator iterators} of the {@link data_ list container} to an index
* table like {@link RBTree tree} or {@link HashBuckets hash-table}.
*
- *
- *
+ *
+ *
*
* Container properties
*
@@ -4813,8 +4813,8 @@ declare namespace std {
/**
* An iterator of {@link MapContainer map container}.
*
- *
- *
+ *
+ *
*
* @author Jeongho Nam
*/
@@ -4884,8 +4884,8 @@ declare namespace std {
/**
* A reverse-iterator of {@link MapContainer map container}.
*
- *
- *
+ *
+ *
*
* @author Jeongho Nam
*/
@@ -4932,8 +4932,8 @@ declare namespace std.base {
* {@link List} and registering {@link ListIterator iterators} of the {@link data_ list container} to an index
* table like {@link RBTree tree} or {@link HashBuckets hash-table}.
*
- *
- *
+ *
+ *
*
* Container properties
*
@@ -5477,8 +5477,8 @@ declare namespace std {
* Elements with equivalent keys are grouped together in the same bucket and in such a way that
* an iterator can iterate through all of them. Iterators in the container are doubly linked iterators.
*
- *
- *
+ *
+ *
*
*
* Container properties
@@ -5637,8 +5637,8 @@ declare namespace std.base {
* {@link List} and registering {@link ListIterator iterators} of the {@link data_ list container} to an index
* table like {@link RBTree tree} or {@link HashBuckets hash-table}.
*
- *
- *
+ *
+ *
*
* Container properties
*
@@ -5914,8 +5914,8 @@ declare namespace std {
/**
* An iterator of a Set.
*
- *
- *
+ *
+ *
*
* @author Jeongho Nam
*/
@@ -5973,8 +5973,8 @@ declare namespace std {
/**
* A reverse-iterator of Set.
*
- *
- *
+ *
+ *
*
* @param Type of the elements.
*
@@ -6240,8 +6240,8 @@ declare namespace std.base {
* {@link List} and registering {@link ListIterator iterators} of the {@link data_ list container} to an index
* table like {@link RBTree tree} or {@link HashBuckets hash-table}.
*
- *
- *
+ *
+ *
*
* Container properties
*
@@ -7235,8 +7235,8 @@ declare namespace std {
* By default, if no container class is specified for a particular {@link Queue} class instantiation, the standard
* container {@link List} is used.
*
- *
- *
+ *
+ *
*
*
* @param Type of elements.
@@ -7567,8 +7567,8 @@ declare namespace std {
* By default, if no container class is specified for a particular {@link Stack} class instantiation, the standard
* container {@link List} is used.
*
- *
- *
+ *
+ *
*
*
* @param Type of elements.
@@ -9772,8 +9772,8 @@ declare namespace std.base {
* elements by their key, although they are generally less efficient for range iteration through a
* subset of their elements.
*
- *
- *
+ *
+ *
*
*
* Container properties
@@ -9996,8 +9996,8 @@ declare namespace std.base {
/**
* Hash buckets storing {@link SetIterator SetIterators}.
*
- *
- *
+ *
+ *
*
*
* @author Jeongho Nam
@@ -10152,8 +10152,8 @@ declare namespace std.base {
* There is not a single type of {@link IArrayIterator random-access iterator}: Each container may define its
* own specific iterator type able to iterate through it and access its elements.
*
- *
- *
+ *
+ *
*
*
* @reference http://www.cplusplus.com/reference/iterator/RandomAccessIterator
@@ -10183,8 +10183,8 @@ declare namespace std.base {
* {@link IContainer} is an interface designed for sequence containers. Sequence containers of STL
* (Standard Template Library) are based on the {@link IContainer}.
*
- *
- *
+ *
+ *
*
*
* Container properties
@@ -10375,8 +10375,8 @@ declare namespace std.base {
/**
* An interface for deque
*
- *
- *
+ *
+ *
*
*
* @author Jeongho Nam
@@ -10405,8 +10405,8 @@ declare namespace std.base {
/**
* An interface for linear containers.
*
- *
- *
+ *
+ *
*
*
* @author Jeonngho Nam