Longan Nano
Longan Nano Demo
embedded_string.hpp File Reference
#include <stdint.h>
Include dependency graph for embedded_string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  User::String
 String <-> Number conversion using standard c strings to avoid std::string under the hood. More...
 

Namespaces

 User
 

Macros

#define DEBUG_VARS_PROTOTYPES()
 
#define DEBUG_VARS()
 
#define DSHOW(...)
 
#define DSTART(...)
 
#define DSTOP()
 
#define DTAB(...)
 
#define DPRINT(...)
 
#define DPRINT_NOTAB(...)
 
#define DENTER(...)
 
#define DRETURN(...)
 
#define DENTER_ARG(...)
 
#define DRETURN_ARG(...)
 

Macro Definition Documentation

◆ DEBUG_VARS

#define DEBUG_VARS ( )

◆ DEBUG_VARS_PROTOTYPES

#define DEBUG_VARS_PROTOTYPES ( )

◆ DENTER

#define DENTER (   ...)

◆ DENTER_ARG

#define DENTER_ARG (   ...)

◆ DPRINT

#define DPRINT (   ...)

◆ DPRINT_NOTAB

#define DPRINT_NOTAB (   ...)

◆ DRETURN

#define DRETURN (   ...)

◆ DRETURN_ARG

#define DRETURN_ARG (   ...)

◆ DSHOW

#define DSHOW (   ...)

◆ DSTART

#define DSTART (   ...)

◆ DSTOP

#define DSTOP ( )

◆ DTAB

#define DTAB (   ...)