NEURON
HocDataPaths Class Reference

#include <datapath.h>

Public Member Functions

 HocDataPaths (int=1000, int pathstyle=0)
 
virtual ~HocDataPaths ()
 
void append (double *)
 
void append (char **)
 
void search ()
 
Stringretrieve (double *)
 
Stringretrieve (char **)
 
Symbolretrieve_sym (double *)
 
int style ()
 

Private Attributes

HocDataPathImplimpl_
 

Detailed Description

Definition at line 9 of file datapath.h.

Constructor & Destructor Documentation

◆ HocDataPaths()

HocDataPaths::HocDataPaths ( int  size = 1000,
int  pathstyle = 0 
)

Definition at line 111 of file datapath.cpp.

◆ ~HocDataPaths()

HocDataPaths::~HocDataPaths ( )
virtual

Definition at line 125 of file datapath.cpp.

Member Function Documentation

◆ append() [1/2]

void HocDataPaths::append ( char **  pd)

Definition at line 171 of file datapath.cpp.

◆ append() [2/2]

void HocDataPaths::append ( double *  pd)

Definition at line 133 of file datapath.cpp.

◆ retrieve() [1/2]

String * HocDataPaths::retrieve ( char **  pd)

Definition at line 181 of file datapath.cpp.

◆ retrieve() [2/2]

String * HocDataPaths::retrieve ( double *  pd)

Definition at line 152 of file datapath.cpp.

◆ retrieve_sym()

Symbol * HocDataPaths::retrieve_sym ( double *  pd)

Definition at line 162 of file datapath.cpp.

◆ search()

void HocDataPaths::search ( )

Definition at line 141 of file datapath.cpp.

◆ style()

int HocDataPaths::style ( )

Definition at line 129 of file datapath.cpp.

Member Data Documentation

◆ impl_

HocDataPathImpl* HocDataPaths::impl_
private

Definition at line 24 of file datapath.h.


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