-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
134 changed files
with
17,381 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# muscle::Void class [(API)](https://public.msli.com/lcs/muscle/html/classmuscle_1_1Void.html) | ||
|
||
```#include "util/Hashtable.h"``` | ||
|
||
A [Void](https://public.msli.com/lcs/muscle/html/classmuscle_1_1Void.html) is a minimal dummy-object with no data or methods. | ||
|
||
* Its primary use is to serve as a "placeholder" value-type in a [Hashtable](https://public.msli.com/lcs/muscle/html/classmuscle_1_1Void.html) that needs only to keep keys and not values. | ||
* Every [Void](https://public.msli.com/lcs/muscle/html/classmuscle_1_1Void.html) object is equal to every other [Void](https://public.msli.com/lcs/muscle/html/classmuscle_1_1Void.html) object. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
This folder contains the "toy example" programs for the "MUSCLE by Example" self-guided tour. | ||
|
||
To compile them, you can either compile them all at once by typing "make" while in this folder, | ||
or you can cd to the individual sub-directory you are interested in and enter "make" from there, | ||
if you'd prefer just to compile the examples in that directory. | ||
MacOS/X and Linux users: | ||
|
||
Note that these programs are known to work under MacOS/X and Linux; they should (in principle) | ||
work under Windows as well, but you'll need to find your own way to compile them there since | ||
the Makefiles provided are for gmake and do not (AFAIK) work under Windows. | ||
To compile the examples, you can either compile them all at once by typing "make" while in this | ||
folder, or you can cd to the individual sub-directory you are interested in and enter "make" from | ||
there, if you'd prefer just to compile the examples in that directory. | ||
|
||
-Jeremy | ||
Windows users: | ||
|
||
Assuming your have Visual Studio 2015 (or later) installed, you can compile | ||
the all of the examples from the DOS prompt by cd'ing into the vc++14 | ||
sub-directory and entering this command: | ||
|
||
BUILD_ALL.bat | ||
|
||
... or alternatively you can open VisualStudio and compile the following | ||
.sln files (in the listed order!) from the GUI: | ||
|
||
muscle\vc++14\muscle.sln | ||
muscle\html\muscle-by-example\examples\vc++14\MuscleByExample.sln | ||
|
||
-Jeremy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.