TwiceAsNice
2019-02-18
TwiceAsNice
nice
src
libNice
Nice
Chat
Namespaces
|
Macros
Line.cc File Reference
#include "Nice/Chat/Line.h"
#include <cstdarg>
#include <fnmatch.h>
#include <string>
Include dependency graph for Line.cc:
Namespaces
Nice
Macros
#define
LOG_NAME
name
()
#define
SRLINE_SECPRINTF
(
x
, y, z)
Macro Definition Documentation
◆
LOG_NAME
#define LOG_NAME
name
()
◆
SRLINE_SECPRINTF
#define SRLINE_SECPRINTF
(
x
,
y,
z
)
Value:
{ \
int
size
= 80; \
x =
new
char
[
size
]; \
while (
true
) { \
int r = vsnprintf(
x
,
size
,
y
, z); \
if (r == -1) {
delete
[]
x
;
size
*= 2;
x
=
new
char
[
size
]; } \
else
if
(r >=
size
) {
delete
[]
x
;
size
+= r;
x
=
new
char
[
size
]; } \
else {
break
; } \
} \
}
lutinvert.y
int y
Definition:
lutinvert.py:13
meteoRRD_updater.x
x
Definition:
meteoRRD_updater.py:125
lutgen.size
int size
Definition:
lutgen.py:8
Generated on Mon Feb 18 2019 14:13:43 for TwiceAsNice by
1.8.14