Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Lyx/src/   (Lyx Textverarbeitung ©)  Datei vom 26.9.1998 mit Größe 606 B image not shown  

Quelle  trans_decl.h   Sprache: C

 
// -*- C++ -*-
#ifndef _Trans_Decl_h_
#define _Trans_Decl_h_

#include "LString.h"
#include "tex-accent.h"

struct Keyexc {
 char c;  /* character to make exception */
 LString data; /* exception data */
 Keyexc *next;
 bool combined; // Combination with another deadkey
 tex_accent accent; // The accent combined with
};

///
typedef Keyexc *KmodException;

//
// 
//

struct KmodInfo {
 LString data;
 tex_accent accent;
 LString allowed;
 KmodException exception_list;    
 
 KmodInfo(const KmodInfo&);
 KmodInfo();
 
 KmodInfo& operator=(const KmodInfo&);
};

#endif

91%


¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.