Sindbad~EG File Manager

Current Path : /usr/local/include/srchilite/
Upload File :
Current File : /usr/local/include/srchilite/stylekey.h

//
// C++ Interface: stylekey
//
// Description: Structure for storing the keys of a style file.
//
//
// Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//

#ifndef STYLEKEY_H
#define STYLEKEY_H

#include <string>
#include <list>

using std::list;
using std::string;

namespace srchilite {

// used to store a key
typedef string KeyType;

// used to store the keys of styles
typedef list<KeyType> KeyList;

}

#endif

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists