CYCLUS
Loading...
Searching...
No Matches
Json::PathArgument Class Reference

Detailed Description

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

Definition at line 3453 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 13151 of file pyne.cc.

◆ PathArgument() [2/4]

Json::PathArgument::PathArgument ( ArrayIndex index)

Definition at line 13153 of file pyne.cc.

◆ PathArgument() [3/4]

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

Definition at line 13156 of file pyne.cc.

◆ PathArgument() [4/4]

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

Definition at line 13158 of file pyne.cc.


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