Logo

GitLab

Sign in

SGJP / Morfeusz

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
4a44d6eff9bbc3b046561b54dba042cfa87e1322
  • Morfeusz
  • morfeusz
  • InterpsGroup.hpp
  • dodanie obsługi kwalifikatorów ...
    4a44d6ef
    git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@151 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
    Michał Lenart authored
    11 years ago  
    Browse File »
InterpsGroup.hpp 322 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/* 
 * File:   GroupedInterpretations.hpp
 * Author: mlenart
 *
 * Created on November 16, 2013, 7:58 PM
 */

#ifndef INTERPSGROUP_HPP
#define	INTERPSGROUP_HPP

#include <stdint.h>

struct InterpsGroup {
    unsigned char type;
    uint16_t size;
    const unsigned char* ptr;
};

#endif	/* GROUPEDINTERPRETATIONS_HPP */