empty/standard-use-type.cpp
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 //
7 
8 #define SOCI_EMPTY_SOURCE
9 #include "soci-empty.h"
10 
11 #ifdef _MSC_VER
12 #pragma warning(disable:4355)
13 #endif
14 
15 using namespace soci;
16 using namespace soci::details;
17 
18 
20  int & /* position */, void * /* data */,
21  exchange_type /* type */, bool /* readOnly */)
22 {
23  // ...
24 }
25 
27  std::string const & /* name */, void * /* data */,
28  exchange_type /* type */, bool /* readOnly */)
29 {
30  // ...
31 }
32 
34 {
35  // ...
36 }
37 
39  bool /* gotData */, indicator * /* ind */)
40 {
41  // ...
42 }
43 
45 {
46  // ...
47 }
void bind_by_pos(int &position, void *data, details::exchange_type type, bool readOnly)
void bind_by_name(std::string const &name, void *data, details::exchange_type type, bool readOnly)
void post_use(bool gotData, indicator *ind)


asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:41