CYCLUS
Public Member Functions | List of all members
Json::PathArgument Class Reference

Detailed Description

Experimental and untested: represents an element of the "path" to access a node.

Definition at line 3610 of file pyne.h.

#include <pyne.h>

Public Member Functions

 PathArgument ()
 
 PathArgument (ArrayIndex index)
 
 PathArgument (const char *key)
 
 PathArgument (const std::string &key)
 

Constructor & Destructor Documentation

◆ PathArgument() [1/4]

Json::PathArgument::PathArgument ( )

Definition at line 15889 of file pyne.cc.

◆ PathArgument() [2/4]

Json::PathArgument::PathArgument ( ArrayIndex  index)

Definition at line 15894 of file pyne.cc.

◆ PathArgument() [3/4]

Json::PathArgument::PathArgument ( const char *  key)

Definition at line 15900 of file pyne.cc.

◆ PathArgument() [4/4]

Json::PathArgument::PathArgument ( const std::string &  key)

Definition at line 15906 of file pyne.cc.


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