LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::yaml::NullNode Class Reference

A null value. More...

#include <YAMLParser.h>

Inheritance diagram for llvm::yaml::NullNode:
Inheritance graph
[legend]
Collaboration diagram for llvm::yaml::NullNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NullNode (std::unique_ptr< Document > &D)

Static Public Member Functions

static bool classof (const Node *N)

Detailed Description

A null value.

Example: !!null null

Definition at line 175 of file YAMLParser.h.


Constructor & Destructor Documentation

llvm::yaml::NullNode::NullNode ( std::unique_ptr< Document > &  D) [inline]

Definition at line 179 of file YAMLParser.h.


Member Function Documentation

static bool llvm::yaml::NullNode::classof ( const Node N) [inline, static]

Definition at line 182 of file YAMLParser.h.

References llvm::yaml::Node::getType(), and llvm::yaml::Node::NK_Null.


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