StormByte C++ Library: Config module
0.0.9999
StormByte-Config is a StormByte library module for parsing configuration files
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
e
g
i
l
m
n
o
r
s
t
v
~
Functions
a
b
c
e
g
i
l
m
n
o
r
s
t
v
~
Variables
Related Symbols
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Friends
Pages
Concepts
Loading...
Searching...
No Matches
lib
public
StormByte
config
visibility.h
1
#pragma once
2
3
#include <StormByte/platform.h>
4
5
#ifdef WINDOWS
6
#ifdef StormByte_Config_EXPORTS
7
#define STORMBYTE_CONFIG_PUBLIC __declspec(dllexport)
8
#else
9
#define STORMBYTE_CONFIG_PUBLIC __declspec(dllimport)
10
#endif
11
#define STORMBYTE_CONFIG_PRIVATE
12
#else
13
#define STORMBYTE_CONFIG_PUBLIC __attribute__ ((visibility ("default")))
14
#define STORMBYTE_CONFIG_PRIVATE __attribute__ ((visibility ("hidden")))
15
#endif
Generated by
1.9.8