Abstract module mochifmt_records [Recs]

Formatter that understands records.

Copyright © 2008 Mochi Media, Inc.

Authors: Bob Ippolito (bob@mochimedia.com).

Description

Formatter that understands records.

Usage:

1> M = mochifmt_records:new([{rec, record_info(fields, rec)}]), M:format("{0.bar}", [#rec{bar=foo}]). foo

Function Index

get_value/2

Function Details

get_value/2

get_value(Key, Rec) -> any()


Generated by EDoc, Aug 8 2008, 22:08:26.