mirror of https://gitee.com/bigwinds/arangodb
166 lines
5.3 KiB
C
166 lines
5.3 KiB
C
////////////////////////////////////////////////////////////////////////////////
|
|
/// @brief printing
|
|
///
|
|
/// @file
|
|
///
|
|
/// DISCLAIMER
|
|
///
|
|
/// Copyright 2010-2012 triagens GmbH, Cologne, Germany
|
|
///
|
|
/// Licensed under the Apache License, Version 2.0 (the "License");
|
|
/// you may not use this file except in compliance with the License.
|
|
/// You may obtain a copy of the License at
|
|
///
|
|
/// http://www.apache.org/licenses/LICENSE-2.0
|
|
///
|
|
/// Unless required by applicable law or agreed to in writing, software
|
|
/// distributed under the License is distributed on an "AS IS" BASIS,
|
|
/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
/// See the License for the specific language governing permissions and
|
|
/// limitations under the License.
|
|
///
|
|
/// Copyright holder is triAGENS GmbH, Cologne, Germany
|
|
///
|
|
/// @author Dr. Frank Celler
|
|
/// @author Copyright 2011-2012, triAGENS GmbH, Cologne, Germany
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
void dummy_30 ();
|
|
|
|
// -----------------------------------------------------------------------------
|
|
// --SECTION-- printing
|
|
// -----------------------------------------------------------------------------
|
|
|
|
void dummy_34 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @addtogroup V8Shell
|
|
/// @{
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void dummy_39 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @brief prints objects to standard output
|
|
///
|
|
/// @FUN{print(@FA{arg1}, @FA{arg2}, @FA{arg3}, ...)}
|
|
///
|
|
/// Only available in shell mode.
|
|
///
|
|
/// Prints the arguments. If an argument is an object having a
|
|
/// function @FN{_PRINT}, then this function is called. Otherwise @FN{toJson} is
|
|
/// used. A final newline is printed
|
|
///
|
|
/// @verbinclude fluent40
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void JSF_print () {}
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @brief prints objects to standard output without a new-line
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void JSF_PRINT (int value, int seen, int path, int names) {}
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @}
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void dummy_115 ();
|
|
|
|
// -----------------------------------------------------------------------------
|
|
// --SECTION-- Array
|
|
// -----------------------------------------------------------------------------
|
|
|
|
void dummy_119 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @addtogroup V8Shell
|
|
/// @{
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void dummy_124 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @brief JSON representation of an array
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
void dummy_147 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @}
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void dummy_151 ();
|
|
|
|
// -----------------------------------------------------------------------------
|
|
// --SECTION-- Function
|
|
// -----------------------------------------------------------------------------
|
|
|
|
void dummy_155 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @addtogroup V8Shell
|
|
/// @{
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void dummy_160 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @brief prints a function
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
void dummy_168 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @}
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void dummy_172 ();
|
|
|
|
// -----------------------------------------------------------------------------
|
|
// --SECTION-- Object
|
|
// -----------------------------------------------------------------------------
|
|
|
|
void dummy_176 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @addtogroup V8Shell
|
|
/// @{
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void dummy_181 ();
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @brief string representation of an object
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void JSF_PRINT_OBJECT (int object, int seen, int path, int names) {}
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @}
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void dummy_207 ();
|
|
|
|
// Local Variables:
|
|
// mode: outline-minor
|
|
// outline-regexp: "^\\(/// @brief\\|/// @addtogroup\\|// --SECTION--\\|/// @page\\|/// @}\\)"
|
|
// End:
|