Pointwise Plugin SDK
Classes | Enumerations | Functions
PwpFile.cxx File Reference
#include "PwpFile.h"
#include "PwpFileWriter.h"
#include "pwpPlatform.h"
#include <cctype>
#include <cstring>
#include <cstdio>
#include <string>
+ Include dependency graph for PwpFile.cxx:

Go to the source code of this file.

Classes

class  PwpAsciiWriter
 
class  PwpBinaryWriter
 
class  PwpUnformattedWriter
 

Enumerations

enum  { ORDERED_MAXSIZE = 8 }
 

Functions

static bool parseUnformattedRecord (PwpFile &theFile, PWP_INT64 &totalRecSize, bool &swap)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ORDERED_MAXSIZE 

Definition at line 20 of file PwpFile.cxx.

Function Documentation

◆ parseUnformattedRecord()

static bool parseUnformattedRecord ( PwpFile theFile,
PWP_INT64 totalRecSize,
bool &  swap 
)
static