Project Alice
Loading...
Searching...
No Matches
fif::dictionary Class Reference

#include <fif.hpp>

Public Member Functions

 dictionary ()
 

Public Attributes

ankerl::unordered_dense::map< std::string, int32_t > words
 
ankerl::unordered_dense::map< std::string, int32_t > types
 
std::vector< wordword_array
 
std::vector< typetype_array
 
std::vector< word_typesall_instances
 
std::vector< int32_t > all_compiled
 
std::vector< int32_t > all_stack_types
 

Detailed Description

Definition at line 502 of file fif.hpp.

Constructor & Destructor Documentation

◆ dictionary()

fif::dictionary::dictionary ( )
inline

Definition at line 580 of file fif.hpp.

Member Data Documentation

◆ all_compiled

std::vector<int32_t> fif::dictionary::all_compiled

Definition at line 509 of file fif.hpp.

◆ all_instances

std::vector<word_types> fif::dictionary::all_instances

Definition at line 508 of file fif.hpp.

◆ all_stack_types

std::vector<int32_t> fif::dictionary::all_stack_types

Definition at line 510 of file fif.hpp.

◆ type_array

std::vector<type> fif::dictionary::type_array

Definition at line 507 of file fif.hpp.

◆ types

ankerl::unordered_dense::map<std::string, int32_t> fif::dictionary::types

Definition at line 505 of file fif.hpp.

◆ word_array

std::vector<word> fif::dictionary::word_array

Definition at line 506 of file fif.hpp.

◆ words

ankerl::unordered_dense::map<std::string, int32_t> fif::dictionary::words

Definition at line 504 of file fif.hpp.


The documentation for this class was generated from the following file: