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 hs,
const char *  buf 
)

Definition at line 855 of file hoc.cpp.

◆ hocstr_create()

HocStr* hocstr_create ( size_t  size)

Definition at line 828 of file hoc.cpp.

◆ hocstr_delete()

void hocstr_delete ( HocStr hs)

Definition at line 842 of file hoc.cpp.

◆ hocstr_resize()

void hocstr_resize ( HocStr hs,
size_t  n 
)

Definition at line 847 of file hoc.cpp.

Variable Documentation

◆ hoc_tmpbuf

HocStr* hoc_tmpbuf
extern

Definition at line 137 of file hoc.cpp.