cudd  3.0.0
The University of Colorado Decision Diagram Package
Data Fields
_cstringstream Struct Reference

Type of a simple extensible string buffer. More...

Data Fields

size_t capacity
 
size_t inUse
 
char * data
 

Detailed Description

Type of a simple extensible string buffer.

Field Documentation

◆ capacity

size_t _cstringstream::capacity

elements allocated

◆ data

char* _cstringstream::data

actual data

◆ inUse

size_t _cstringstream::inUse

elements currently in use


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