NEURON
hocstr.h File Reference
#include <stdio.h>

Go to the source code of this file.

Classes

struct  HocStr
 

Typedefs

typedef struct HocStr HocStr
 

Functions

HocStrhocstr_create (size_t)
 
void hocstr_delete (HocStr *)
 
void hocstr_resize (HocStr *, size_t)
 
void hocstr_copy (HocStr *, const char *)
 

Variables

HocStrhoc_tmpbuf
 

Typedef Documentation

◆ HocStr

typedef struct HocStr HocStr

Function Documentation

◆ hocstr_copy()

void hocstr_copy ( HocStr ,
const char *   
)

Definition at line 961 of file hoc.cpp.

◆ hocstr_create()

HocStr* hocstr_create ( size_t  )

Definition at line 934 of file hoc.cpp.

◆ hocstr_delete()

void hocstr_delete ( HocStr )

Definition at line 948 of file hoc.cpp.

◆ hocstr_resize()

void hocstr_resize ( HocStr ,
size_t   
)

Definition at line 953 of file hoc.cpp.

Variable Documentation

◆ hoc_tmpbuf

HocStr* hoc_tmpbuf

Definition at line 164 of file hoc.cpp.