Embedded Template Library 1.0
Loading...
Searching...
No Matches
file_error_numbers.h
Go to the documentation of this file.
1
2
3/******************************************************************************
4The MIT License(MIT)
5
6Embedded Template Library.
7https://github.com/ETLCPP/etl
8https://www.etlcpp.com
9
10Copyright(c) 2020 John Wellbelove
11
12Permission is hereby granted" free of charge" to any person obtaining a copy
13of this software and associated documentation files(the "Software")" to deal
14in the Software without restriction" including without limitation the rights
15to use" copy" modify" merge" publish" distribute" sublicense" and / or sell
16copies of the Software" and to permit persons to whom the Software is
17furnished to do so" subject to the following conditions :
18
19The above copyright notice and this permission notice shall be included in all
20copies or substantial portions of the Software.
21
22THE SOFTWARE IS PROVIDED "AS IS"" WITHOUT WARRANTY OF ANY KIND" EXPRESS OR
23IMPLIED" INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY"
24FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
25AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM" DAMAGES OR OTHER
26LIABILITY" WHETHER IN AN ACTION OF CONTRACT" TORT OR OTHERWISE" ARISING FROM"
27OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28SOFTWARE.
29******************************************************************************/
30
31#ifndef ETL_FILE_ERROR_NUMBERS
32#define ETL_FILE_ERROR_NUMBERS
33
34#define ETL_DEQUE_FILE_ID "1"
35#define ETL_FLAT_MAP_FILE_ID "2"
36#define ETL_FLAT_MULTIMAP_FILE_ID "3"
37#define ETL_FLAT_MULTISET_FILE_ID "4"
38#define ETL_FLAT_SET_FILE_ID "5"
39#define ETL_FORWARD_LIST_FILE_ID "6"
40#define ETL_LIST_FILE_ID "7"
41#define ETL_MAP_FILE_ID "8"
42#define ETL_MULTIMAP_FILE_ID "9"
43#define ETL_MULTISET_FILE_ID "10"
44#define ETL_POOL_FILE_ID "11"
45#define ETL_PRIORITY_QUEUE_FILE_ID "12"
46#define ETL_QUEUE_FILE_ID "13"
47#define ETL_SET_FILE_ID "14"
48#define ETL_STACK_FILE_ID "15"
49#define ETL_UNORDERED_MAP_FILE_ID "16"
50#define ETL_VECTOR_FILE_ID "17"
51#define ETL_OBSERVER_FILE_ID "18"
52#define ETL_IHASH_FILE_ID "19"
53#define ETL_INTRUSIVE_FORWARD_LIST_FILE_ID "20"
54#define ETL_INTRUSIVE_LIST_FILE_ID "21"
55#define ETL_INTRUSIVE_LINKS_FILE_ID "22"
56#define ETL_UNORDERED_SET_FILE_ID "23"
57#define ETL_VARIANT_FILE_ID "24"
58#define ETL_UNORDERED_MULTIMAP_FILE_ID "25"
59#define ETL_UNORDERED_MULTISET_FILE_ID "26"
60#define ETL_BASIC_STRING_FILE_ID "27"
61#define ETL_INTRUSIVE_STACK_FILE_ID "28"
62#define ETL_INTRUSIVE_QUEUE_FILE_ID "29"
63#define ETL_REFERENCE_FLAT_MAP_FILE_ID "30"
64#define ETL_REFERENCE_FLAT_MULTIMAP_FILE_ID "31"
65#define ETL_REFERENCE_FLAT_SET_FILE_ID "32"
66#define ETL_REFERENCE_FLAT_MULTISET_FILE_ID "33"
67#define ETL_FSM_FILE_ID "34"
68#define ETL_MESSAGE_ROUTER_FILE_ID "35"
69#define ETL_SCHEDULER_FILE_ID "36"
70#define ETL_TASK_FILE_ID "37"
71#define ETL_MESSAGE_FILE_ID "38"
72#define ETL_MESSAGE_BUS_FILE_ID "39"
73#define ETL_VARIANT_POOL_FILE_ID "40"
74#define ETL_ARRAY_VIEW_FILE_ID "41"
75#define ETL_STRING_VIEW_FILE_ID "42"
76#define ETL_CALLBACK_TIMER_FILE_ID "43"
77#define ETL_MESSAGE_TIMER_FILE_ID "44"
78#define ETL_TYPE_LOOKUP_FILE_ID "45"
79#define ETL_QUEUE_SPSC_ISR_FILE_ID "46"
80#define ETL_QUEUE_SPSC_ATOMIC_FILE_ID "47"
81#define ETL_QUEUE_MPMC_MUTEX_FILE_ID "48"
82#define ETL_TYPE_SELECT_FILE_ID "49"
83#define ETL_BINARY_FILE_ID "50"
84#define ETL_DELEGATE_FILE_ID "51"
85#define ETL_BITSET_FILE_ID "52"
86#define ETL_INDIRECT_VECTOR_FILE_ID "53"
87#define ETL_QUEUE_SPSC_LOCKED_FILE_ID "54"
88#define ETL_MESSAGE_PACKET_FILE_ID "55"
89#define ETL_CIRCULAR_BUFFER_FILE_ID "56"
90#define ETL_MULTI_LOOP_FILE_ID "57"
91#define ETL_REFERENCE_COUNTER_MESSAGE_POOL_FILE_ID "58"
92#define ETL_QUEUE_SPSC_LOCKABLE_FILE_ID "59"
93#define ETL_MESSAGE_ROUTER_REGISTRY_FILE_ID "60"
94#define ETL_ARRAY_WRAPPER_FILE_ID "61"
95#define ETL_MEM_CAST_FILE_ID "62"
96#define ETL_SINGLETON_FILE_ID "63"
97#define ETL_SUCCESSOR_FILE_ID "64"
98#define ETL_BIT_STREAM_FILE_ID "65"
99#define ETL_BYTE_STREAM_FILE_ID "66"
100#define ETL_BIP_BUFFER_SPSC_ATOMIC_FILE_ID "67"
101#define ETL_REFERENCE_COUNTED_OBJECT_FILE_ID "68"
102#define ETL_TO_ARITHMETIC_FILE_ID "69"
103#define ETL_EXPECTED_FILE_ID "70"
104#define ETL_ALIGNMENT_FILE_ID "71"
105#define ETL_BASE64_FILE_ID "72"
106#define ETL_SINGLETON_BASE_FILE_ID "73"
107#define ETL_UNALIGNED_TYPE_FILE_ID "74"
108#endif