コード例 #1
0
ファイル: StatusArg.cpp プロジェクト: RAvenGEr/opencvr
Str::Str(const AbstractString& text) throw() :
    Base(isc_arg_string, (ISC_STATUS)(IPTR) text.c_str()) { }
コード例 #2
0
ファイル: StatusArg.cpp プロジェクト: RAvenGEr/opencvr
SqlState::SqlState(const AbstractString& text) throw() :
    Base(isc_arg_sql_state, (ISC_STATUS)(IPTR) text.c_str()) { }
コード例 #3
0
ファイル: StatusArg.cpp プロジェクト: RAvenGEr/opencvr
Interpreted::Interpreted(const AbstractString& text) throw() :
    StatusVector(isc_arg_interpreted, (ISC_STATUS)(IPTR) text.c_str()) { }