Sha256: ee7dd5935071ca01920717aa843e34074c4861c530ee16125eb6bc0285aa3c52

Contents?: true

Size: 292 Bytes

Versions: 13

Compression:

Stored size: 292 Bytes

Contents

/**
 * This header file is for testing free (top) level function
 * parsing and querying
 */

#ifndef __FUNCTIONS__H__
#define __FUNCTIONS__H__

namespace functions {

  void test1() { }

  float test2(int arg1) {  return 1.0; }

  int test3(int arg1, float arg2) { return arg1; }

}

#endif

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rbplusplus-1.4.0 test/headers/functions.h
rbplusplus-1.3.0 test/headers/functions.h
rbplusplus-1.2.1 test/headers/functions.h
rbplusplus-1.2.0 test/headers/functions.h
rbplusplus-1.1.0 test/headers/functions.h
rbplusplus-1.0.3 test/headers/functions.h
rbplusplus-1.0.1 test/headers/functions.h
rbplusplus-1.0 test/headers/functions.h
rbplusplus-0.9.1 test/headers/functions.h
rbplusplus-0.9 test/headers/functions.h
rbplusplus-0.1.1 test/headers/functions.h
rbplusplus-0.1 test/headers/functions.h
rbplusplus-0.8 test/headers/functions.h