petites modifs dans skeleton cpp

This commit is contained in:
Hugo LAMY
2022-03-17 11:20:23 +01:00
parent cc2558f6a4
commit 0acfef9158

View File

@@ -2,6 +2,12 @@
#define COPLIEN_COLOR B_CYAN
/*********************************************
* STATICS
*********************************************/
//std::string const FileName::_bar = "bar";
/*********************************************
* CONSTRUCTORS
*********************************************/
@@ -57,15 +63,15 @@ FileName & FileName::operator=( FileName const & rhs ) {
//void FileName::function(const std::string & foo) {}
/*********************************************
* PRIVATE MEMBER FUNCTIONS
*********************************************/
//void FileName::function(const std::string & foo) {}
/*********************************************
* NESTED CLASS
*********************************************/
//void FileName::Class::function() {}
/*********************************************
* STATICS
*********************************************/
//std::string const FileName::_bar = "bar";