ESP-IDF
nvs::HashList::HashListBlock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::HashList::HashListBlock
nvs::HashList::HashListBlock struct
Syntax
Show:
Summary
Declaration
from
nvs_item_hash_list.hpp:50
struct
HashListBlock
:
public
intrusive_list_node
<
HashList
::
HashListBlock
>
,
public
ExceptionlessAllocatable
{
HashListBlock
(
)
;
static
const
size_t
BYTE_SIZE
=
128
;
static
const
size_t
ENTRY_COUNT
=
(
BYTE_SIZE
-
sizeof
(
intrusive_list_node
<
HashListBlock
>
)
-
sizeof
(
size_t
)
)
/
4
;
size_t
mCount
=
0
;
HashListNode
mNodes
[
ENTRY_COUNT
]
;
}
;
Fields
Field
Declared as
nvs::HashList::HashListBlock::BYTE_SIZE
nvs::HashList::HashListBlock::ENTRY_COUNT
nvs::HashList::HashListBlock::mCount
size_t
=
0
nvs::HashList::HashListBlock::mNodes
HashListNode
[
ENTRY_COUNT
]
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
HashListBlock
:
public
intrusive_list_node
<
HashList
::
HashListBlock
>
,
public
ExceptionlessAllocatable
{
nvs_item_hash_list.hpp:50
HashList
::
HashListBlock
::
HashListBlock
(
)
nvs_item_hash_list.cpp:39
nvs::HashList::HashListBlock::HashListBlock()
static_assert
(
sizeof
(
HashListBlock
)
==
HashListBlock
::
BYTE_SIZE
,
nvs_item_hash_list.cpp:41
nvs::HashList::HashListBlock::HashListBlock()
if
(
block
.
mCount
<
HashListBlock
::
ENTRY_COUNT
)
{
nvs_item_hash_list.cpp:51
nvs::HashList::insert()
HashListBlock
*
newBlock
=
new
(
std
::
nothrow
)
HashListBlock
;
nvs_item_hash_list.cpp:57
nvs::HashList::insert()
typedef
intrusive_list
<
HashListBlock
>
TBlockList
;
nvs_item_hash_list.hpp:60
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
nvs::HashList::HashListBlock
is inherited by 1 classes:
All items filtered out
nvs::HashList::HashListBlock
ExceptionlessAllocatable
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out