📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 10:14:55
📂
/ (Root)
/
opt
/
cpanel
/
ea-ruby27
/
src
/
passenger-release-6.1.5
/
build
/
support
/
vendor
/
cxx_hinted_parser
/
spec
📍 /opt/cpanel/ea-ruby27/src/passenger-release-6.1.5/build/support/vendor/cxx_hinted_parser/spec
🔄 Refresh
✏️
Editing: Example1.cpp
Read Only
/** * - begin hinted parseable struct - */ struct Foo { // @hinted_parseable int oneWordType; char nonParseableField; // @hinted_parseable unsigned int twoWordsType; // @hinted_parseable __attribute__((aligned(64))) char fieldWithAttribute; /** * This is a description. * * @hinted_parseable */ int multiLineComment; // This is a description. // // @hinted_parseable int multipleSingleLineComments; /** * This is a description. * * @hinted_parseable * * More text. */ int moreCommentsAfterHint; // This is a description. // // @hinted_parseable // // More text. int moreSingleLineCommentsAfterHint; // @hinted_parseable int bitfield: 8; // @hinted_parseable void *pointer; // @hinted_parseable set<string> templateType; // @hinted_parseable char array[]; // @hinted_parseable const int constField; // @hinted_parseable const int const constConstField; // @hinted_parseable const char * const * constConstCharArray[]; }; // - end hinted parseable struct -
💾 Save Changes
❌ Cancel