PhoenixLecture  2.0.0
Set of tools to make lectures
PTypeCode Namespace Reference

Enumerations

enum  PTypeCode { CODE , PTEX_COMMENT }
 Get the type of the parsed text. More...
 

Enumeration Type Documentation

◆ PTypeCode

Get the type of the parsed text.

Enumerator
CODE 
PTEX_COMMENT 

Definition at line 15 of file psrc_split_lib.h.

15  {
16  CODE,
18  };