Library test
Overview
This library is undocumented
Non-class functions
Here you will find the list of all functions, which are defined outside the scope of a class.
- Id(a:)
- Returns the smart pointer without changing it
- nonstop():void
- Function which does not return
- operator()(a:int,b:int):int
- Evaluates the operator() on an integer, which multiplies the integer with the argument
- option(a:String,b:int):int
- This function is a test whether the options work
- templates(vector:std::vector<std::vector<double> >):std::vector<std::vector<double> >
- This function tests if the template constructors with nested arguments work
- types(a:double,b:int,c:int):int
- This function tests if the native export of pure types works
- types(a:int,b:int,c:int):int
- This function tests if the native export of pointer types works
Class Test
Here you will find the class functions of 'Test' defined in the library 'test'.
- TestClass(value:String):TestClass
- Creates a class instance
- get(self:TestClass):String
- A getter method
- Test(test:String):Test
- Constructor of the class
- set(self:Test,value:String):void
- Setter method of the class
Class TestClass
Here you will find the class functions of 'TestClass' defined in the library 'test'.
- TestClass(value:String):TestClass
- Creates a class instance
- get(self:TestClass):String
- A getter method
- Test(test:String):Test
- Constructor of the class
- set(self:Test,value:String):void
- Setter method of the class