Changes between Version 13 and Version 14 of programmersguide/architecture/core


Ignore:
Timestamp:
03/14/16 16:35:36 (11 years ago)
Author:
gribeiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/architecture/core

    v13 v14  
    2222 
    2323== Core - Utility == 
     24 
     25=== Funções de Manipulação da Máscara de Nomes de Arquivos === 
     26 
     27 
     28{{{ 
     29bool IsValidDataSetName(const std::string& mask, const Filter& filter, const std::string& name); 
     30}}}