From 0acfef91581ad34a40f7a95af0f3257afaca6232 Mon Sep 17 00:00:00 2001 From: Hugo LAMY Date: Thu, 17 Mar 2022 11:20:23 +0100 Subject: [PATCH] petites modifs dans skeleton cpp --- config_files/skeleton.cpp | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/config_files/skeleton.cpp b/config_files/skeleton.cpp index c8fceb8..639a4e5 100644 --- a/config_files/skeleton.cpp +++ b/config_files/skeleton.cpp @@ -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"; -