MBDyn-1.7.3
|
#include "mbconfig.h"
#include "dataman.h"
#include "filedrv.h"
#include "streamdrive.h"
#include "socketstreamdrive.h"
Go to the source code of this file.
Functions | |
bool | SetFileDriveContentType (const char *name, FileDriveContentTypeReader *rf) |
void | DestroyFileDriveContentTypes (void) |
Variables | |
FileDriveContentTypeMap | fileDriveContentTypeMap |
FileDriveContentTypeWordSetType | fileDriveContentTypeWordSet |
void DestroyFileDriveContentTypes | ( | void | ) |
Definition at line 673 of file socketstreamdrive.cc.
Referenced by MBDynParser::~MBDynParser().
bool SetFileDriveContentType | ( | const char * | name, |
FileDriveContentTypeReader * | rf | ||
) |
Definition at line 666 of file socketstreamdrive.cc.
Referenced by module_init().
FileDriveContentTypeMap fileDriveContentTypeMap |
Definition at line 656 of file socketstreamdrive.cc.
FileDriveContentTypeWordSetType fileDriveContentTypeWordSet |
Definition at line 657 of file socketstreamdrive.cc.