Classes | |
| class | Impl |
Fonctions membres publiques | |
| void | parse (Span< const Byte > bytes) |
| Lit le fichier au format UTF-8. | |
| void | parse (Span< const std::byte > bytes) |
| Lit le fichier au format UTF-8. | |
| void | parse (Span< const Byte > bytes, StringView file_name) |
| Lit le fichier au format UTF-8. | |
| void | parse (Span< const std::byte > bytes, StringView file_name) |
| Lit le fichier au format UTF-8. | |
| JSONValue | root () const |
| Elément racine. | |
Définition à la ligne 226 du fichier arccore/src/common/arccore/common/JSONReader.h.
| Arcane::JSONDocument::JSONDocument | ( | ) |
Définition à la ligne 348 du fichier JSONReader.cc.
| Arcane::JSONDocument::~JSONDocument | ( | ) |
Définition à la ligne 355 du fichier JSONReader.cc.
Lit le fichier au format UTF-8.
Définition à la ligne 441 du fichier JSONReader.cc.
Références Arcane::asBytes(), et parse().
| void Arcane::JSONDocument::parse | ( | Span< const Byte > | bytes, |
| StringView | file_name ) |
Lit le fichier au format UTF-8.
Définition à la ligne 450 du fichier JSONReader.cc.
Références Arcane::asBytes(), et parse().
| void Arcane::JSONDocument::parse | ( | Span< const std::byte > | bytes | ) |
Lit le fichier au format UTF-8.
Définition à la ligne 432 du fichier JSONReader.cc.
Références parse().
| void Arcane::JSONDocument::parse | ( | Span< const std::byte > | bytes, |
| StringView | file_name ) |
Lit le fichier au format UTF-8.
Définition à la ligne 415 du fichier JSONReader.cc.
Références ARCCORE_FATAL, Arcane::SpanImpl< T, SizeType, Extent >::data(), et Arcane::SpanImpl< T, SizeType, Extent >::size().
| JSONValue Arcane::JSONDocument::root | ( | ) | const |
Elément racine.
Définition à la ligne 459 du fichier JSONReader.cc.