Add MathEngineTest and Commects and clean ups
This commit is contained in:
@@ -75,9 +75,9 @@ namespace UtilityEngine {
|
||||
operator std::string () const; /// c++ string class
|
||||
|
||||
private:
|
||||
/// Variables
|
||||
char* mp_str = nullptr;
|
||||
size_t m_len = 0;
|
||||
|
||||
};/// END CLASS DEFINITION cString
|
||||
}/// END NAMESPACE DEFINITION UtilityEngine
|
||||
/// function overloads
|
||||
|
||||
Reference in New Issue
Block a user