Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
DarwinConfig.h File Reference
#include <cstring>
#include <memory>
#include <thread>

Go to the source code of this file.

Namespaces

namespace  sese
 

Macros

#define SESE_CXX_STANDARD   __cplusplus
 C++ version identifier.
 
#define API
 Type identifiers can be exported.
 
#define PRIdTid   "d"
 pid_t Formatting placeholders
 
#define strcmpi   strcasecmp
 Ignore case comparisons.
 
#define SESE_FILENAME   (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)
 

Typedefs

using sese::socket_t = int32_t
 Native Socket type.
 
using sese::tid_t = uint32_t
 Thread ID identifier.
 
using sese::pid_t = ::pid_t
 Process ID identifier.
 

Macro Definition Documentation

◆ API

#define API

Type identifiers can be exported.

◆ PRIdTid

#define PRIdTid   "d"

pid_t Formatting placeholders

◆ SESE_CXX_STANDARD

#define SESE_CXX_STANDARD   __cplusplus

C++ version identifier.

◆ SESE_FILENAME

#define SESE_FILENAME   (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)

◆ strcmpi

#define strcmpi   strcasecmp

Ignore case comparisons.

Referenced by sese::StrCmpI::operator()(), and sese::strcmpDoNotCase().