FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
▼
FreeRDP
►
FreeRDP: A Remote Desktop Protocol Implementation
►
FreeRDP Security Policies and Procedures
►
Proxy module API
►
Topics
►
Namespaces
►
Data Structures
▼
Files
►
File List
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
sdl_resource_file.cpp
1
18
#include "sdl_resource_file.hpp"
19
#include "sdl_resource_manager.hpp"
20
21
SDLResourceFile::SDLResourceFile
(
const
std::string& type,
const
std::string&
id
,
22
const
std::vector<unsigned char>& data)
23
{
24
SDLResourceManager::insert(type,
id
, data);
25
}
21
SDLResourceFile::SDLResourceFile
(
const
std::string& type,
const
std::string&
id
, {
…
}
26
27
SDLResourceFile::~SDLResourceFile() =
default
;
SDLResourceFile::SDLResourceFile
SDLResourceFile(const std::string &type, const std::string &id, const std::vector< unsigned char > &data)
Definition
sdl_resource_file.cpp:21
client
SDL
common
res
sdl_resource_file.cpp
Generated by
1.9.8