|
Isle
|
#include "legotypes.h"#include "mxgeometry/mxgeometry3d.h"#include "mxstring.h"#include <stdio.h>

Go to the source code of this file.
Classes | |
| class | LegoStorage |
| Abstract base class providing an interface for file-like storage with binary and text read/write operations. More... | |
| class | LegoMemory |
| Implementation of LegoStorage for memory-backed buffers. More... | |
| class | LegoFile |
| Implementation of LegoStorage for file-backed storage using stdio FILE*. More... | |