Nebula
Loading...
Searching...
No Matches
cachedstreamtypes.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
9#include "core/config.h"
11
12namespace IO
13{
14
16{
18
19protected:
20 virtual Core::Rtti const& GetParentRtti();
21};
22
23}
Nebula's runtime type information for one class.
Definition rtti.h:27
Definition cachedstreamtypes.h:16
virtual Core::Rtti const & GetParentRtti()
Definition cachedstreamtypes.cc:17
__DeclareClass(CachedHttpStream)
Wraps an underlying mappable stream object to avoid reopening it more than once (e.
Definition cachedstream.h:20
Nebula compiler specific defines and configuration.
Instances of wrapped stream classes.
Definition orientation.cc:10