petites modifs dans skeleton cpp
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
#define COPLIEN_COLOR B_CYAN
|
#define COPLIEN_COLOR B_CYAN
|
||||||
|
|
||||||
|
/*********************************************
|
||||||
|
* STATICS
|
||||||
|
*********************************************/
|
||||||
|
|
||||||
|
//std::string const FileName::_bar = "bar";
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* CONSTRUCTORS
|
* CONSTRUCTORS
|
||||||
*********************************************/
|
*********************************************/
|
||||||
@@ -57,15 +63,15 @@ FileName & FileName::operator=( FileName const & rhs ) {
|
|||||||
|
|
||||||
//void FileName::function(const std::string & foo) {}
|
//void FileName::function(const std::string & foo) {}
|
||||||
|
|
||||||
|
/*********************************************
|
||||||
|
* PRIVATE MEMBER FUNCTIONS
|
||||||
|
*********************************************/
|
||||||
|
|
||||||
|
//void FileName::function(const std::string & foo) {}
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* NESTED CLASS
|
* NESTED CLASS
|
||||||
*********************************************/
|
*********************************************/
|
||||||
|
|
||||||
//void FileName::Class::function() {}
|
//void FileName::Class::function() {}
|
||||||
|
|
||||||
/*********************************************
|
|
||||||
* STATICS
|
|
||||||
*********************************************/
|
|
||||||
|
|
||||||
//std::string const FileName::_bar = "bar";
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user