ESP-IDF
nvs::Storage::NamespaceEntry
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::Storage::NamespaceEntry
nvs::Storage::NamespaceEntry struct
Syntax
Show:
Summary
Declaration
from
nvs_storage.hpp:31
struct
NamespaceEntry
:
public
intrusive_list_node
<
NamespaceEntry
>
,
public
ExceptionlessAllocatable
{
public
:
char
mName
[
Item
::
MAX_KEY_LENGTH
+
1
]
;
uint8_t
mIndex
;
}
;
Fields
Field
Declared as
nvs::Storage::NamespaceEntry::mName
char
[
Item
::
MAX_KEY_LENGTH
+
1
]
nvs::Storage::NamespaceEntry::mIndex
uint8_t
Examples
References
from
examples
Code
Location
Scope
struct
NamespaceEntry
:
public
intrusive_list_node
<
NamespaceEntry
>
,
public
ExceptionlessAllocatable
{
nvs_storage.hpp:31
NamespaceEntry
*
entry
=
new
(
std
::
nothrow
)
NamespaceEntry
;
nvs_storage.cpp:567
nvs::Storage::createOrOpenNamespace()
typedef
intrusive_list
<
NamespaceEntry
>
TNamespaces
;
nvs_storage.hpp:37
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::Storage::NamespaceEntry
is inherited by 1 classes:
All items filtered out
nvs::Storage::NamespaceEntry
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