enum QPanda::Exp::ContentType

#include <QASMToQProg.h>

enum ContentType
{
    VAR_NAME  = 0,
    OP_EXPR,
    CONST_VAL,
};