cpptooling.utility.virtualfilesystem

Members

Classes

BlobVfs (from blob_model)
class BlobVfs via public import blob_model : BlobVfs;

A virtual file system of blobs.

Functions

toClangFiles
CXUnsavedFile[] toClangFiles(BlobVfs vfs)

Convert to an array that can be passed on to clang to use as in-memory source code.

Structs

FileName (from dextool.type)
struct FileName via public import dextool.type : FileName;

No guarantee regarding the path. May be absolute, relative, contain a '~'. The user of this type must do all the safety checks to ensure that the datacontained in valid.

Meta

License

MPL-2

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.