Pixar Arch
Loading...
Searching...
No Matches
functionLite.h File Reference

Define preprocessor function name macros. More...

#include "./defines.h"

Go to the source code of this file.

Macros

#define __ARCH_FUNCTION__   __func__
 
#define __ARCH_PRETTY_FUNCTION__   __ARCH_FUNCTION__
 
#define __ARCH_FILE__   __FILE__
 

Detailed Description

Define preprocessor function name macros.

This file defines preprocessor macros for getting the current function name and related information so they can be used in a architecture independent manner. This file needs to be public but shouldn't be included directly by anything outside of tf.

Macro Definition Documentation

◆ __ARCH_FUNCTION__

#define __ARCH_FUNCTION__   __func__

◆ __ARCH_PRETTY_FUNCTION__

#define __ARCH_PRETTY_FUNCTION__   __ARCH_FUNCTION__

◆ __ARCH_FILE__

#define __ARCH_FILE__   __FILE__