Sha256: 1cb56aabe308bfcfa3024cf8e7214f5f6593f3a35674554ef4354079cce72849

Contents?: true

Size: 435 Bytes

Versions: 31

Compression:

Stored size: 435 Bytes

Contents

#ifndef Rice__Arg_Operators_hpp_
#define Rice__Arg_Operators_hpp_

namespace Rice
{

  //! Build the list of Arg objects into an Arguments object
  /*! Take a list of Arg objects and build up a single Argument
   *  object used later in method dispatch
   */
  Arguments* operator,(Arg arg1, Arg arg2);

  /*! @see operator,(Arg, Arg)
   */
  Arguments* operator,(Arguments* arguments, Arg arg);

}

#endif // Rice__Arg_Operators_hpp_

Version data entries

31 entries across 31 versions & 5 rubygems

Version Path
rice-3.0.0 rice/Arg_operators.hpp
rice2-2.2.1 rice/Arg_operators.hpp
rice2-2.2.0 rice/Arg_operators.hpp
rice-2.2.0 rice/Arg_operators.hpp
rice-2.1.3 rice/Arg_operators.hpp
rice-2.1.2 rice/Arg_operators.hpp
rice-2.1.1 rice/Arg_operators.hpp
rice-2.1.0 rice/Arg_operators.hpp
rice-2.0.0 rice/Arg_operators.hpp
rice-1.7.0 rice/Arg_operators.hpp
rice-1.6.3 rice/Arg_operators.hpp
rice-1.6.2 rice/Arg_operators.hpp
rice-1.6.1 rice/Arg_operators.hpp
rice-1.6.0 rice/Arg_operators.hpp
rice-1.6.0.pre rice/Arg_operators.hpp
rice-1.5.3 rice/Arg_operators.hpp
rice-1.5.2 rice/Arg_operators.hpp
keyme-rice-1.5.1.keyme1 rice/Arg_operators.hpp
keyme-rice-1.5.1.keyme rice/Arg_operators.hpp
rice-1.5.1 rice/Arg_operators.hpp