class SharedPtr

Defined at line 89 of file ../../src/storage/lib/vfs/cpp/fuchsia_vfs.h

Public Methods

void SharedPtr (const SharedPtr & other)

Defined at line 91 of file ../../src/storage/lib/vfs/cpp/fuchsia_vfs.h

void ~SharedPtr ()

Defined at line 93 of file ../../src/storage/lib/vfs/cpp/fuchsia_vfs.h

FuchsiaVfs & operator* ()

Defined at line 96 of file ../../src/storage/lib/vfs/cpp/fuchsia_vfs.h

FuchsiaVfs * operator-> ()

Defined at line 97 of file ../../src/storage/lib/vfs/cpp/fuchsia_vfs.h

bool operator bool ()

Defined at line 98 of file ../../src/storage/lib/vfs/cpp/fuchsia_vfs.h

SharedPtr & operator= (const SharedPtr & other)

Defined at line 98 of file ../../src/storage/lib/vfs/cpp/fuchsia_vfs.cc

FuchsiaVfs * get ()

Defined at line 99 of file ../../src/storage/lib/vfs/cpp/fuchsia_vfs.h

void Reset ()

Defined at line 108 of file ../../src/storage/lib/vfs/cpp/fuchsia_vfs.cc

Friends

class FuchsiaVfs