MyLang
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Namespaces | Macros
myparser_str.hpp File Reference
#include "myparser_common.hpp"
#include "myparser_str_chain.inc"
Include dependency graph for myparser_str.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myparser::StaticStr< C >
 

Namespaces

 myparser
 

Macros

#define MP_STR_0(str)   /* none */
 
#define MP_STR_1(str)   str[0]
 
#define MP_STR(str, len)   myparser::StaticStr<MP_STR_##len(str)>
 

Macro Definition Documentation

#define MP_STR (   str,
  len 
)    myparser::StaticStr<MP_STR_##len(str)>
#define MP_STR_0 (   str)    /* none */
#define MP_STR_1 (   str)    str[0]