restructure and add ipi texs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class CheckedSimpleFloatArray :
|
||||
public SimpleFloatArray {
|
||||
public:
|
||||
CheckedSimpleFloatArray (int s, float f);
|
||||
|
||||
// Default-Versionen von copy Konstruktor, Zuweisungsoperator
|
||||
// und Destruktor sind OK
|
||||
|
||||
// Indizierter Zugriff mit Indexprüfung
|
||||
float& operator[](int i);
|
||||
} ;
|
||||
Reference in New Issue
Block a user