Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
cachedstreamtypes.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
9
#include "
core/config.h
"
10
#include "
io/cache/cachedstream.h
"
11
12
namespace
IO
13
{
14
15
class
CachedHttpStream
:
public
CachedStream
16
{
17
__DeclareClass
(
CachedHttpStream
);
18
19
protected
:
20
virtual
Core::Rtti
const
&
GetParentRtti
();
21
};
22
23
}
cachedstream.h
Core::Rtti
Nebula's runtime type information for one class.
Definition
rtti.h:27
IO::CachedHttpStream
Definition
cachedstreamtypes.h:16
IO::CachedHttpStream::GetParentRtti
virtual Core::Rtti const & GetParentRtti()
Definition
cachedstreamtypes.cc:17
IO::CachedHttpStream::__DeclareClass
__DeclareClass(CachedHttpStream)
IO::CachedStream::CachedStream
CachedStream()
constructor
Definition
cachedstream.cc:14
config.h
Nebula compiler specific defines and configuration.
IO
Instances of wrapped stream classes.
Definition
multiplayerfeatureunit.cc:324
code
foundation
io
cache
cachedstreamtypes.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.