Add isEnumRef, isEnumOrRef to CodegenProperty (#13880)

* add isEnumRef to codegen property

* better format

* update R template to use isEnumOrRef

* update powershell template to use isEnumOrRef

* update samples
This commit is contained in:
William Cheng
2022-11-08 11:16:16 +08:00
committed by GitHub
parent 099a96b1ad
commit ca5d9b5e69
17 changed files with 384 additions and 26 deletions

View File

@@ -20,6 +20,7 @@
#include <sstream>
#include <stdexcept>
#include <regex>
#include <algorithm>
#include <boost/lexical_cast.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>

View File

@@ -24,6 +24,7 @@
#include "OuterEnumInteger.h"
#include <memory>
#include <vector>
#include <array>
#include <boost/property_tree/ptree.hpp>
#include "helpers.h"