public processFileLongToInt32()
        {
            m_strDataSrcFile  = System.String.Empty;
            m_strDataDestFile = System.String.Empty;

            m_LineCheckContainKey        = new LineCheckContainKey();
            m_processLineLongToInt32     = new processLineLongToInt32();
            m_FileSystemCheckExtension   = new FileSystemCheckExtension();
            m_FileSystemFindKeyLineIndex = new FileSystemFindKeyLineIndex();
            m_LineFindKeyIndex           = new LineFindKeyIndex();
            m_bFileContainKeyInclue      = false;
            m_bNomalInsertKeyInclue      = false;

            //m_str_key_include_type = "#include " + "\"" + "core/types/src/ta_types.h" + "\"";
        }
 public processLineLongToInt32()
 {
     m_LineCheckContainKey = new LineCheckContainKey();
 }
 public FileSystemCheckContainKey(System.String strFullPath)
 {
     m_strFullPath         = strFullPath;
     m_LineCheckContainKey = new LineCheckContainKey(strFullPath);
 }
 public FileSystemCheckContainKey()
 {
     m_LineCheckContainKey = new LineCheckContainKey();
 }