#include <PhxBitVector.h>
Public Member Functions | |
| OutputFile (const String &fileName) | |
| Attempts to create a new OutputFile from the file with specified name. | |
| virtual | ~OutputFile () |
| Destroys the file object, automatically closing the file. | |
| void | newBitVector (const BitVector &bitVector) |
| Adds a new BitVector to the file. | |
| uint32_t | bitVectorCount (void) const |
| The number of BitVectors written to the file thus far. | |
|
|
Attempts to create a new OutputFile from the file with specified name.
|
|
|
The number of BitVectors written to the file thus far.
|
|
|
Adds a new BitVector to the file.
|
1.4.2