Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
24
cde/programs/dtinfo/dtinfogen/infolib/etc/Content.h
Normal file
24
cde/programs/dtinfo/dtinfogen/infolib/etc/Content.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/* $XConsortium: Content.h /main/2 1996/07/18 16:41:08 drk $ */
|
||||
#ifndef __Cont_h__
|
||||
#define __Cont_h__
|
||||
|
||||
#include "BaseDataCollect.h"
|
||||
|
||||
class Token;
|
||||
|
||||
class Content : public BaseData {
|
||||
|
||||
friend class FirstOf;
|
||||
friend class OL_Data;
|
||||
friend class Concat;
|
||||
|
||||
protected:
|
||||
Content( const Token &t , ActionType mode);
|
||||
void markup( const Token &t );
|
||||
void data( const char *str, size_t sz );
|
||||
};
|
||||
|
||||
inline
|
||||
Content::Content( const Token &t, ActionType mode ):BaseData(t, mode) {}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user