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 ()
 
std::string retrieve (double *) const
 
std::string retrieve (char **) const
 
Symbolretrieve_sym (double *) const
 
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 64 of file datapath.cpp.

◆ ~HocDataPaths()

HocDataPaths::~HocDataPaths ( )
virtual

Definition at line 76 of file datapath.cpp.

Member Function Documentation

◆ append() [1/2]

void HocDataPaths::append ( char **  pd)

Definition at line 122 of file datapath.cpp.

◆ append() [2/2]

void HocDataPaths::append ( double *  pd)

Definition at line 84 of file datapath.cpp.

◆ retrieve() [1/2]

std::string HocDataPaths::retrieve ( char **  pd) const

Definition at line 132 of file datapath.cpp.

◆ retrieve() [2/2]

std::string HocDataPaths::retrieve ( double *  pd) const

Definition at line 103 of file datapath.cpp.

◆ retrieve_sym()

Symbol * HocDataPaths::retrieve_sym ( double *  pd) const

Definition at line 113 of file datapath.cpp.

◆ search()

void HocDataPaths::search ( )

Definition at line 92 of file datapath.cpp.

◆ style()

int HocDataPaths::style ( )

Definition at line 80 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: