NEURON
PathValue Class Reference

Public Member Functions

 PathValue ()
 
 ~PathValue ()=default
 

Public Attributes

std::string path {}
 
Symbolsym
 
double original
 
char * str
 

Detailed Description

Definition at line 20 of file datapath.cpp.

Constructor & Destructor Documentation

◆ PathValue()

PathValue::PathValue ( )

Definition at line 29 of file datapath.cpp.

◆ ~PathValue()

PathValue::~PathValue ( )
default

Member Data Documentation

◆ original

double PathValue::original

Definition at line 26 of file datapath.cpp.

◆ path

std::string PathValue::path {}

Definition at line 24 of file datapath.cpp.

◆ str

char* PathValue::str

Definition at line 27 of file datapath.cpp.

◆ sym

Symbol* PathValue::sym

Definition at line 25 of file datapath.cpp.


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