Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::JSONKeyValue Class Reference

Classes

class  Impl

Public Member Functions

bool null () const
 True if the node is null.
bool operator! () const
StringView name () const
JSONValue value () const

Detailed Description

Constructor & Destructor Documentation

◆ JSONKeyValue()

Arcane::JSONKeyValue::JSONKeyValue ( )
inline

Member Function Documentation

◆ name()

StringView Arcane::JSONKeyValue::name ( ) const

Definition at line 89 of file JSONReader.cc.

◆ null()

bool Arcane::JSONKeyValue::null ( ) const
inline

True if the node is null.

Definition at line 141 of file arccore/src/common/arccore/common/JSONReader.h.

◆ operator!()

bool Arcane::JSONKeyValue::operator! ( ) const
inline

◆ value()

JSONValue Arcane::JSONKeyValue::value ( ) const

Definition at line 103 of file JSONReader.cc.


The documentation for this class was generated from the following files: