Carefree (For Windows) 0.7
CareFree Library - A Light Data Generator for OI & ACM
载入中...
搜索中...
未找到
carefree_internal::__enum_shortcut结构体 参考

#include <carefree.hpp>

Public 属性

exception_policy Throw = exception_policy::Throw
 
exception_policy Ignore = exception_policy::Ignore
 
exception_policy Friendly = exception_policy::Friendly
 
exception_policy Simulate = exception_policy::Simulate
 
judge_result_type Accepted = judge_result_type::Accepted
 
judge_result_type WrongAnswer = judge_result_type::WrongAnswer
 
judge_result_type TimeLimitExceeded = judge_result_type::TimeLimitExceeded
 
judge_result_type MemoryLimitExceeded = judge_result_type::MemoryLimitExceeded
 
judge_result_type RuntimeError = judge_result_type::RuntimeError
 
judge_result_type CompileError = judge_result_type::CompileError
 
judge_result_type PresentationError = judge_result_type::PresentationError
 
judge_result_type OutputLimitExceeded = judge_result_type::OutputLimitExceeded
 
judge_result_type UnknownError = judge_result_type::UnknownError
 
judge_result_type JudgeFailed = judge_result_type::JudgeFailed
 
judge_result_type PartiallyCorrect = judge_result_type::PartiallyCorrect
 
judge_result_type Skipped = judge_result_type::Skipped
 
optimization_type O0 = optimization_type::O0
 
optimization_type O1 = optimization_type::O1
 
optimization_type O2 = optimization_type::O2
 
optimization_type O3 = optimization_type::O3
 
optimization_type Ofast = optimization_type::Ofast
 
cpp_version Cpp98 = cpp_version::Cpp98
 
cpp_version Cpp03 = cpp_version::Cpp03
 
cpp_version Cpp11 = cpp_version::Cpp11
 
cpp_version Cpp14 = cpp_version::Cpp14
 
cpp_version Cpp17 = cpp_version::Cpp17
 
cpp_version Cpp20 = cpp_version::Cpp20
 
cpp_warnings::type Wnone = cpp_warnings::Wnone
 
cpp_warnings::type Wall = cpp_warnings::Wall
 
cpp_warnings::type Wextra = cpp_warnings::Wextra
 
cpp_warnings::type Wpedantic = cpp_warnings::Wpedantic
 
cpp_warnings::type Werror = cpp_warnings::Werror
 

类成员变量说明

◆ Accepted

judge_result_type carefree_internal::__enum_shortcut::Accepted = judge_result_type::Accepted

◆ CompileError

judge_result_type carefree_internal::__enum_shortcut::CompileError = judge_result_type::CompileError

◆ Cpp03

cpp_version carefree_internal::__enum_shortcut::Cpp03 = cpp_version::Cpp03

◆ Cpp11

cpp_version carefree_internal::__enum_shortcut::Cpp11 = cpp_version::Cpp11

◆ Cpp14

cpp_version carefree_internal::__enum_shortcut::Cpp14 = cpp_version::Cpp14

◆ Cpp17

cpp_version carefree_internal::__enum_shortcut::Cpp17 = cpp_version::Cpp17

◆ Cpp20

cpp_version carefree_internal::__enum_shortcut::Cpp20 = cpp_version::Cpp20

◆ Cpp98

cpp_version carefree_internal::__enum_shortcut::Cpp98 = cpp_version::Cpp98

◆ Friendly

exception_policy carefree_internal::__enum_shortcut::Friendly = exception_policy::Friendly

◆ Ignore

exception_policy carefree_internal::__enum_shortcut::Ignore = exception_policy::Ignore

◆ JudgeFailed

judge_result_type carefree_internal::__enum_shortcut::JudgeFailed = judge_result_type::JudgeFailed

◆ MemoryLimitExceeded

judge_result_type carefree_internal::__enum_shortcut::MemoryLimitExceeded = judge_result_type::MemoryLimitExceeded

◆ O0

optimization_type carefree_internal::__enum_shortcut::O0 = optimization_type::O0

◆ O1

optimization_type carefree_internal::__enum_shortcut::O1 = optimization_type::O1

◆ O2

optimization_type carefree_internal::__enum_shortcut::O2 = optimization_type::O2

◆ O3

optimization_type carefree_internal::__enum_shortcut::O3 = optimization_type::O3

◆ Ofast

optimization_type carefree_internal::__enum_shortcut::Ofast = optimization_type::Ofast

◆ OutputLimitExceeded

judge_result_type carefree_internal::__enum_shortcut::OutputLimitExceeded = judge_result_type::OutputLimitExceeded

◆ PartiallyCorrect

judge_result_type carefree_internal::__enum_shortcut::PartiallyCorrect = judge_result_type::PartiallyCorrect

◆ PresentationError

judge_result_type carefree_internal::__enum_shortcut::PresentationError = judge_result_type::PresentationError

◆ RuntimeError

judge_result_type carefree_internal::__enum_shortcut::RuntimeError = judge_result_type::RuntimeError

◆ Simulate

exception_policy carefree_internal::__enum_shortcut::Simulate = exception_policy::Simulate

◆ Skipped

judge_result_type carefree_internal::__enum_shortcut::Skipped = judge_result_type::Skipped

◆ Throw

exception_policy carefree_internal::__enum_shortcut::Throw = exception_policy::Throw

◆ TimeLimitExceeded

judge_result_type carefree_internal::__enum_shortcut::TimeLimitExceeded = judge_result_type::TimeLimitExceeded

◆ UnknownError

judge_result_type carefree_internal::__enum_shortcut::UnknownError = judge_result_type::UnknownError

◆ Wall

cpp_warnings::type carefree_internal::__enum_shortcut::Wall = cpp_warnings::Wall

◆ Werror

cpp_warnings::type carefree_internal::__enum_shortcut::Werror = cpp_warnings::Werror

◆ Wextra

cpp_warnings::type carefree_internal::__enum_shortcut::Wextra = cpp_warnings::Wextra

◆ Wnone

cpp_warnings::type carefree_internal::__enum_shortcut::Wnone = cpp_warnings::Wnone

◆ Wpedantic

cpp_warnings::type carefree_internal::__enum_shortcut::Wpedantic = cpp_warnings::Wpedantic

◆ WrongAnswer

judge_result_type carefree_internal::__enum_shortcut::WrongAnswer = judge_result_type::WrongAnswer

该结构体的文档由以下文件生成: