Panda3D
Loading...
Searching...
No Matches
Macros
intnames.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

Go to the source code of this file.

Macros

#define FLOATCONST(ARG)   ARG
 
#define FLOATNAME(ARG)   ARG##i
 
#define FLOATNAME_STR(ARG)   STRINGIFY(ARG##i)
 
#define FLOATTOKEN   'i'
 
#define FLOATTYPE   int
 
#define FLOATTYPE_IS_INT
 
#define STRINGIFY(ARG)   #ARG
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
rdb
Date
2014-06-07

Definition in file intnames.h.

Macro Definition Documentation

◆ FLOATCONST

#define FLOATCONST ( ARG)    ARG

Definition at line 40 of file intnames.h.

◆ FLOATNAME

#define FLOATNAME ( ARG)    ARG##i

Definition at line 38 of file intnames.h.

◆ FLOATNAME_STR

#define FLOATNAME_STR ( ARG)    STRINGIFY(ARG##i)

Definition at line 44 of file intnames.h.

◆ FLOATTOKEN

#define FLOATTOKEN   'i'

Definition at line 39 of file intnames.h.

◆ FLOATTYPE

#define FLOATTYPE   int

Definition at line 37 of file intnames.h.

◆ FLOATTYPE_IS_INT

#define FLOATTYPE_IS_INT

Definition at line 41 of file intnames.h.

◆ STRINGIFY

#define STRINGIFY ( ARG)    #ARG

Definition at line 43 of file intnames.h.