HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PY_PyConfig Struct Reference

#include <PY_CPythonAPI.h>

Public Attributes

int _config_init
 
int isolated
 
int use_environment
 
int dev_mode
 
int install_signal_handlers
 
int use_hash_seed
 
unsigned long hash_seed
 
int faulthandler
 
int tracemalloc
 
int import_time
 
int show_ref_count
 
int dump_refs
 
int malloc_stats
 
wchar_t * filesystem_encoding
 
wchar_t * filesystem_errors
 
wchar_t * pycache_prefix
 
int parse_argv
 
PY_PyWideStringList orig_argv
 
PY_PyWideStringList argv
 
PY_PyWideStringList xoptions
 
PY_PyWideStringList warnoptions
 
int site_import
 
int bytes_warning
 
int warn_default_encoding
 
int inspect
 
int interactive
 
int optimization_level
 
int parser_debug
 
int write_bytecode
 
int verbose
 
int quiet
 
int user_site_directory
 
int configure_c_stdio
 
int buffered_stdio
 
wchar_t * stdio_encoding
 
wchar_t * stdio_errors
 
wchar_t * check_hash_pycs_mode
 
int pathconfig_warnings
 
wchar_t * program_name
 
wchar_t * pythonpath_env
 
wchar_t * home
 
wchar_t * platlibdir
 
int module_search_paths_set
 
PY_PyWideStringList module_search_paths
 
wchar_t * executable
 
wchar_t * base_executable
 
wchar_t * prefix
 
wchar_t * base_prefix
 
wchar_t * exec_prefix
 
wchar_t * base_exec_prefix
 
int skip_source_first_line
 
wchar_t * run_command
 
wchar_t * run_module
 
wchar_t * run_filename
 
int _install_importlib
 
int _init_main
 
int _isolated_interpreter
 

Detailed Description

Definition at line 526 of file PY_CPythonAPI.h.

Member Data Documentation

int PY_PyConfig::_config_init

Definition at line 528 of file PY_CPythonAPI.h.

int PY_PyConfig::_init_main

Definition at line 600 of file PY_CPythonAPI.h.

int PY_PyConfig::_install_importlib

Definition at line 597 of file PY_CPythonAPI.h.

int PY_PyConfig::_isolated_interpreter

Definition at line 604 of file PY_CPythonAPI.h.

PY_PyWideStringList PY_PyConfig::argv

Definition at line 547 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::base_exec_prefix

Definition at line 585 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::base_executable

Definition at line 581 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::base_prefix

Definition at line 583 of file PY_CPythonAPI.h.

int PY_PyConfig::buffered_stdio

Definition at line 562 of file PY_CPythonAPI.h.

int PY_PyConfig::bytes_warning

Definition at line 551 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::check_hash_pycs_mode

Definition at line 568 of file PY_CPythonAPI.h.

int PY_PyConfig::configure_c_stdio

Definition at line 561 of file PY_CPythonAPI.h.

int PY_PyConfig::dev_mode

Definition at line 532 of file PY_CPythonAPI.h.

int PY_PyConfig::dump_refs

Definition at line 540 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::exec_prefix

Definition at line 584 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::executable

Definition at line 580 of file PY_CPythonAPI.h.

int PY_PyConfig::faulthandler

Definition at line 536 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::filesystem_encoding

Definition at line 542 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::filesystem_errors

Definition at line 543 of file PY_CPythonAPI.h.

unsigned long PY_PyConfig::hash_seed

Definition at line 535 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::home

Definition at line 574 of file PY_CPythonAPI.h.

int PY_PyConfig::import_time

Definition at line 538 of file PY_CPythonAPI.h.

int PY_PyConfig::inspect

Definition at line 553 of file PY_CPythonAPI.h.

int PY_PyConfig::install_signal_handlers

Definition at line 533 of file PY_CPythonAPI.h.

int PY_PyConfig::interactive

Definition at line 554 of file PY_CPythonAPI.h.

int PY_PyConfig::isolated

Definition at line 530 of file PY_CPythonAPI.h.

int PY_PyConfig::malloc_stats

Definition at line 541 of file PY_CPythonAPI.h.

PY_PyWideStringList PY_PyConfig::module_search_paths

Definition at line 579 of file PY_CPythonAPI.h.

int PY_PyConfig::module_search_paths_set

Definition at line 578 of file PY_CPythonAPI.h.

int PY_PyConfig::optimization_level

Definition at line 555 of file PY_CPythonAPI.h.

PY_PyWideStringList PY_PyConfig::orig_argv

Definition at line 546 of file PY_CPythonAPI.h.

int PY_PyConfig::parse_argv

Definition at line 545 of file PY_CPythonAPI.h.

int PY_PyConfig::parser_debug

Definition at line 556 of file PY_CPythonAPI.h.

int PY_PyConfig::pathconfig_warnings

Definition at line 571 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::platlibdir

Definition at line 575 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::prefix

Definition at line 582 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::program_name

Definition at line 572 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::pycache_prefix

Definition at line 544 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::pythonpath_env

Definition at line 573 of file PY_CPythonAPI.h.

int PY_PyConfig::quiet

Definition at line 559 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::run_command

Definition at line 589 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::run_filename

Definition at line 591 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::run_module

Definition at line 590 of file PY_CPythonAPI.h.

int PY_PyConfig::show_ref_count

Definition at line 539 of file PY_CPythonAPI.h.

int PY_PyConfig::site_import

Definition at line 550 of file PY_CPythonAPI.h.

int PY_PyConfig::skip_source_first_line

Definition at line 588 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::stdio_encoding

Definition at line 563 of file PY_CPythonAPI.h.

wchar_t* PY_PyConfig::stdio_errors

Definition at line 564 of file PY_CPythonAPI.h.

int PY_PyConfig::tracemalloc

Definition at line 537 of file PY_CPythonAPI.h.

int PY_PyConfig::use_environment

Definition at line 531 of file PY_CPythonAPI.h.

int PY_PyConfig::use_hash_seed

Definition at line 534 of file PY_CPythonAPI.h.

int PY_PyConfig::user_site_directory

Definition at line 560 of file PY_CPythonAPI.h.

int PY_PyConfig::verbose

Definition at line 558 of file PY_CPythonAPI.h.

int PY_PyConfig::warn_default_encoding

Definition at line 552 of file PY_CPythonAPI.h.

PY_PyWideStringList PY_PyConfig::warnoptions

Definition at line 549 of file PY_CPythonAPI.h.

int PY_PyConfig::write_bytecode

Definition at line 557 of file PY_CPythonAPI.h.

PY_PyWideStringList PY_PyConfig::xoptions

Definition at line 548 of file PY_CPythonAPI.h.


The documentation for this struct was generated from the following file: